First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 219706
Alias:
Product:
Component:
Status: NEW
Resolution:
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: harry.tx@gmail.com
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
qnapi-0.1.4.ebuild Ebuild for qnapi version 0.1.4 text/plain harry.tx@gmail.com 2008-04-29 11:37 0000 1.58 KB Details
qnapi-0.1.4-r1.ebuild qnapi-0.1.4-r1.ebuild text/plain harry.tx@gmail.com 2008-04-29 13:19 0000 1.38 KB Details
qnapi-0.1.5.ebuild qnapi-0.1.5.ebuild text/plain harry.tx@gmail.com 2008-05-22 16:14 0000 1.65 KB Details
qnapi-0.1.5-r1.ebuild qnapi-0.1.5-r1.ebuild text/plain harry.tx@gmail.com 2008-05-22 16:20 0000 1.66 KB Details
qnapi-0.1.5-r2.ebuild qnapi-0.1.5-r2.ebuild text/plain harry.tx@gmail.com 2008-09-05 14:34 0000 1.69 KB Details
qnapi-0.1.5-r3.ebuild qnapi-0.1.5-r3.ebuild text/plain Adam Wyżgoł 2009-01-23 23:04 0000 1.73 KB Details
qnapi-0.1.6_rc2.ebuild qnapi-0.1.6_rc2.ebuild text/plain Łukasz Mierzwa 2009-05-06 16:40 0000 1.81 KB Details
qnapi-0.1.6_rc2-r1.ebuild qnapi-0.1.6_rc2-r1.ebuild text/plain Adam Wyżgoł 2009-07-24 18:56 0000 1.83 KB Details
qnapi-0.1.6_rc2-r1.ebuild Sunrise proposed ebuild text/plain Michał Górny 2009-08-07 19:30 0000 1.51 KB Details
qnapi-0.1.6_rc2-gentoo.diff Diff to qmake project patch Michał Górny 2009-08-07 19:31 0000 4.17 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 219706 depends on: Show dependency tree
Bug 219706 blocks:
Votes: 1    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.








View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-04-29 11:35 0000
Ebuild for qnapi

Reproducible: Always

------- Comment #1 From harry.tx@gmail.com 2008-04-29 11:37:21 0000 -------
Created an attachment (id=151324) [details]
Ebuild for qnapi

------- Comment #2 From harry.tx@gmail.com 2008-04-29 11:39:09 0000 -------
(From update of attachment 151324 [details])
Based on Jan Stępień ebuild for version 0.1.3

------- Comment #3 From Carsten Lohrke 2008-04-29 12:33:25 0000 -------
- The ebuild header is invalid¹
- Qt dependency deosn't reflect split Qt 4.4 ebuilds.
- The p7zip dependency seems superfluous, unless I'm missing something
- Use flags for some silly service menus is _way_ over the top. Use the kde use
flag for all of them.
- get_libdir() has to be used, instead of the hardcoded .../lib/...
- Ebuild is missing proper indentation. Also remove the lines you've commented
out.


[1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3

------- Comment #4 From harry.tx@gmail.com 2008-04-29 13:19:12 0000 -------
Created an attachment (id=151339) [details]
qnapi-0.1.4-r1.ebuild

------- Comment #5 From harry.tx@gmail.com 2008-04-29 13:23:22 0000 -------
(In reply to comment #3)
> - The ebuild header is invalid¹
> - Qt dependency deosn't reflect split Qt 4.4 ebuilds.
> - The p7zip dependency seems superfluous, unless I'm missing something
> - Use flags for some silly service menus is _way_ over the top. Use the kde use
> flag for all of them.
> - get_libdir() has to be used, instead of the hardcoded .../lib/...
> - Ebuild is missing proper indentation. Also remove the lines you've commented
> out.
> 
> 
> [1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
> 


Fixed almost everything, p7zip is needed for this apps to work properly. Qt 4.4
afaik is masked and I don't know how to handle it.

------- Comment #6 From harry.tx@gmail.com 2008-05-22 16:14:50 0000 -------
Created an attachment (id=153955) [details]
qnapi-0.1.5.ebuild

------- Comment #7 From harry.tx@gmail.com 2008-05-22 16:17:21 0000 -------
(From update of attachment 153955 [details])
><HTML><HEAD/><BODY><PRE># Copyright 1999-2004 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>inherit eutils multilib gnome2
>
>DESCRIPTION="Unofficial NAPI-PROJEKT clone for non-Windows systems"
>HOMEPAGE="http://krzemin.iglu.cz/qnapi"
>SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~amd64 ~ppc ~x86"
>IUSE="doc gnome kde kde4"
>
>DEPEND="&gt;=x11-libs/qt-4.3
>app-arch/p7zip
>kde? ( &lt;kde-base/kdebase-4 )
>kde4? ( &gt;=kde-base/kdebase-4 )
>gnome? ( gnome-base/gconf )
>"
>
>RDEPEND="${DEPEND}"
>
>
>
>src_compile() {
>	/usr/bin/qmake || die "qmake failed"
>	emake || die "emake failed"
>}
>
>src_install() {
>	dobin qnapi
>	cd doc/
>
>	if use doc; then
>		dodoc ChangeLog changelog.gz README LICENSE qnapi-download.desktop qnapi-download.schemas
>	fi
>
>	newman ${PN}.1.gz ${PN}.1
>	doman ${PN}.1.gz
>	domenu qnapi.desktop
>
>	if use kde;  then
>		dodir /usr/share/apps/konqueror/servicemenus/
>		insinto /usr/share/apps/konqueror/servicemenus/
>		doins	qnapi-download.desktop 
>	
>		dodir /usr/share/apps/dolphin/servicemenus/
>		insinto /usr/share/apps/dolphin/servicemenus/
>		doins qnapi-download.desktop 
>	
>		dodir /usr/share/apps/d3lphin/servicemenus/
>		insinto /usr/share/apps/d3lphin/servicemenus/
>		doins qnapi-download.desktop 
>	fi
>
>	if use kde4;  then
>		dodir /usr/$(get_libdir)/kde4/share/kde4/services/ServiceMenus/
>		insinto /usr/$(get_libdir)/kde4/share/kde4/services/ServiceMenus/
>		doins qnapi-download.desktop 
>	fi
>
>	if use gnome; 	then
>		dodir /etc/gconf/schemas/
>		insinto /usr/share/gconf/schemas/
>		doinst qnapi-download.schemas
>	fi
>	
>	cd ../res
>	insinto /usr/share/icons/
>	doins qnapi*.png
>}
>
>pkg_postinst()
>{
>	if use gnome;	then
>		gconf_install
>	fi
>}
></PRE></BODY></HTML>

------- Comment #8 From harry.tx@gmail.com 2008-05-22 16:20:43 0000 -------
Created an attachment (id=153957) [details]
qnapi-0.1.5-r1.ebuild

------- Comment #9 From harry.tx@gmail.com 2008-09-05 14:34:15 0000 -------
Created an attachment (id=164642) [details]
qnapi-0.1.5-r2.ebuild

Zmieniona jedna linijka w ebuildzie (konkretnie 17.), teraz zainstaluje się
 również jeśli ktoś będzie miał zainstalowane rozdzielone
ebuildy kde-base. 

Propozycja nadesłana przez Adama Sokolnickiego

------- Comment #10 From Adam Wyżgoł 2009-01-23 23:04:32 0000 -------
Created an attachment (id=179489) [details]
qnapi-0.1.5-r3.ebuild 

Wersja działa pod kde-4.2 (poprawione zależności)

------- Comment #11 From Łukasz Mierzwa 2009-05-06 16:40:16 0000 -------
Created an attachment (id=190514) [details]
qnapi-0.1.6_rc2.ebuild

ebuild for 0.1.6_rc2

------- Comment #12 From Leszek Ciesielski 2009-07-24 18:18:18 0000 -------
Ebuild zależy od pełnego meta qt, powienien mieć zależności od
częściówek (split ebuilds).

------- Comment #13 From Adam Wyżgoł 2009-07-24 18:56:44 0000 -------
Created an attachment (id=199010) [details]
qnapi-0.1.6_rc2-r1.ebuild 

Zmieniłem zależności Qt zgodnie z aktualnymi zaleceniami (przygotowanie pod
sety i likwidacja meta ebuild-ów), jeżeli coś przeoczyłem to przepraszam,
ale chyba jest wszystko.

------- Comment #14 From Michał Górny 2009-08-06 21:36:02 0000 -------
Witam Panów serdecznie!

Aktualnie pracuję nad przeniesieniem qnapi do Sunrise, wymaga to jednak
sporych zmian w ebuildzie. Aktualnie można powiedzieć, że zasadnicza
część jest już gotowa, ale potrzebuję więcej informacji, jeśli chodzi
o integrację ze środowiskami.

O ile w przypadku GNOME rozumiem zależność od gconfa, o tyle
w pozostałych przypadkach chciałbym dowiedzieć się, dlaczego wskazane
zostały właśnie te ebuildy.

W miarę możliwości chciałbym również dowiedzieć się, czy zastosowane
w oryginalnym ebuildzie czy w standardowej instalacji qnapi metody
integracji faktycznie działają z bieżącymi wersjami poszczególnych
środowisk w Gentoo. W miarę możliwości przydałoby się również
uzasadnienie ścieżek instalacji tychże plików i wskazanie innych
ebuildów, które instalują swoje pliki do tych katalogów lub te katalogi
tworzą.

------- Comment #15 From Michał Górny 2009-08-07 19:30:50 0000 -------
Created an attachment (id=200534) [details]
Sunrise proposed ebuild

------- Comment #16 From Michał Górny 2009-08-07 19:31:10 0000 -------
Created an attachment (id=200535) [details]
Diff to qmake project

------- Comment #17 From Michał Górny 2009-08-12 21:56:35 0000 -------
Ebuild is now in Sunrise overlay, you can view it using following URL:

http://overlays.gentoo.org/proj/sunrise/browser/reviewed/media-video/qnapi

First Last Prev Next    No search results available      Search page      Enter new bug