diff options
author | sibelle <lesibel@free.fr> | 2010-02-07 20:36:02 +0100 |
---|---|---|
committer | sibelle <lesibel@free.fr> | 2010-02-07 20:36:02 +0100 |
commit | d69f2d327d7af244bc2827534af55465b3faba05 (patch) | |
tree | 4aab324c01bd1347e3ca8d8fd78d643f8ae1943d | |
parent | 8bd84b0edf380f00244be29090ce68f8b34456cc (diff) | |
parent | 5b73641a9425de1948d5afe1bcb1eee925b2e1ac (diff) | |
download | nutyx-extra-d69f2d327d7af244bc2827534af55465b3faba05.tar.gz nutyx-extra-d69f2d327d7af244bc2827534af55465b3faba05.tar.bz2 nutyx-extra-d69f2d327d7af244bc2827534af55465b3faba05.tar.xz nutyx-extra-d69f2d327d7af244bc2827534af55465b3faba05.zip |
Merge remote branch 'nutyx-2009/master'
-rw-r--r-- | extra/gecko-mediaplayer/.footprint | 23 | ||||
-rw-r--r-- | extra/gecko-mediaplayer/.md5sum | 1 | ||||
-rw-r--r-- | extra/gecko-mediaplayer/Pkgfile | 19 | ||||
-rw-r--r-- | extra/obmenu/.footprint | 18 | ||||
-rw-r--r-- | extra/obmenu/.md5sum | 1 | ||||
-rw-r--r-- | extra/obmenu/Pkgfile | 17 | ||||
-rw-r--r-- | extra/tint2/.md5sum | 2 | ||||
-rw-r--r-- | extra/tint2/Pkgfile | 2 |
8 files changed, 81 insertions, 2 deletions
diff --git a/extra/gecko-mediaplayer/.footprint b/extra/gecko-mediaplayer/.footprint new file mode 100644 index 000000000..ece9ce442 --- /dev/null +++ b/extra/gecko-mediaplayer/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/firefox/ +drwxr-xr-x root/root usr/lib/firefox/plugins/ +-rwxr-xr-x root/root usr/lib/firefox/plugins/gecko-mediaplayer-dvx.so +-rwxr-xr-x root/root usr/lib/firefox/plugins/gecko-mediaplayer-qt.so +-rwxr-xr-x root/root usr/lib/firefox/plugins/gecko-mediaplayer-rm.so +-rwxr-xr-x root/root usr/lib/firefox/plugins/gecko-mediaplayer-wmp.so +-rwxr-xr-x root/root usr/lib/firefox/plugins/gecko-mediaplayer.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/gecko-mediaplayer/ +-rw-r--r-- root/root usr/share/doc/gecko-mediaplayer/AUTHORS (EMPTY) +-rw-r--r-- root/root usr/share/doc/gecko-mediaplayer/COPYING +-rw-r--r-- root/root usr/share/doc/gecko-mediaplayer/ChangeLog +-rw-r--r-- root/root usr/share/doc/gecko-mediaplayer/INSTALL +-rw-r--r-- root/root usr/share/doc/gecko-mediaplayer/NEWS (EMPTY) +-rw-r--r-- root/root usr/share/doc/gecko-mediaplayer/README (EMPTY) +-rw-r--r-- root/root usr/share/doc/gecko-mediaplayer/javascript.txt +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/gecko-mediaplayer.mo diff --git a/extra/gecko-mediaplayer/.md5sum b/extra/gecko-mediaplayer/.md5sum new file mode 100644 index 000000000..6e5fd8faf --- /dev/null +++ b/extra/gecko-mediaplayer/.md5sum @@ -0,0 +1 @@ +1833c83ee2bb226914aa078165d04ddd gecko-mediaplayer-0.9.9.tar.gz diff --git a/extra/gecko-mediaplayer/Pkgfile b/extra/gecko-mediaplayer/Pkgfile new file mode 100644 index 000000000..56b9813a0 --- /dev/null +++ b/extra/gecko-mediaplayer/Pkgfile @@ -0,0 +1,19 @@ +# Description: Plugin lecteur video pour firefox basé sur mplayer +# URL: http://code.google.com/p/gecko-mediaplayer/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gnome-mplayer, xulrunner, gconf +name=gecko-mediaplayer +version=0.9.9 +release=1 +source=(http://gecko-mediaplayer.googlecode.com/files/${name}-${version}.tar.gz) +build() { +cd $name-$version + +./configure --prefix=/usr --sysconfdir=/etc \ +--disable-schemas-install --with-plugin-dir=/usr/lib/firefox/plugins \ +GECKO_LIBS="-L/usr/lib/xulrunner-devel-1.9.2/lib -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl" \ +GECKO_IDLDIR="/usr/share/idl/xulrunner-1.9.1" +make +make DESTDIR=$PKG install +} diff --git a/extra/obmenu/.footprint b/extra/obmenu/.footprint new file mode 100644 index 000000000..5dbcba918 --- /dev/null +++ b/extra/obmenu/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/obm-dir +-rwxr-xr-x root/root usr/bin/obm-moz +-rwxr-xr-x root/root usr/bin/obm-nav +-rwxr-xr-x root/root usr/bin/obm-xdg +-rwxr-xr-x root/root usr/bin/obmenu +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python2.6/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/ +-rw-r--r-- root/root usr/lib/python2.6/site-packages/obMenu-1.0-py2.6.egg-info +-rw-r--r-- root/root usr/lib/python2.6/site-packages/obxml.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/obxml.pyc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/obmenu/ +-rw-r--r-- root/root usr/share/obmenu/mnu16.png +-rw-r--r-- root/root usr/share/obmenu/mnu48.png +-rw-r--r-- root/root usr/share/obmenu/obmenu.glade diff --git a/extra/obmenu/.md5sum b/extra/obmenu/.md5sum new file mode 100644 index 000000000..30dd17761 --- /dev/null +++ b/extra/obmenu/.md5sum @@ -0,0 +1 @@ +710036a5edc9886d6d563ce46c747432 obmenu-1.0.tar.gz diff --git a/extra/obmenu/Pkgfile b/extra/obmenu/Pkgfile new file mode 100644 index 000000000..b6d6e5ba7 --- /dev/null +++ b/extra/obmenu/Pkgfile @@ -0,0 +1,17 @@ +# Description: Outil de configuration pour openbox +# URL: http://obmenu.sourceforge.net +# Maintainer: NuTyX core team +# Packager: geantbrun at gmail dot com +# Depends on: python pygtk openbox + +name=obmenu +version=1.0 +release=1 + +source=(http://freefr.dl.sourceforge.net/sourceforge/obmenu/$name-$version.tar.gz) + +build() { +cd $name-$version +python setup.py install --root=$PKG + +} diff --git a/extra/tint2/.md5sum b/extra/tint2/.md5sum index f495b73fa..750726f85 100644 --- a/extra/tint2/.md5sum +++ b/extra/tint2/.md5sum @@ -1 +1 @@ -866bc529cb7d0884e976f8fc9aef0eea tint2-0.8.tar.gz +411de6ccb8b82089852d8c854b12ddb9 tint2-0.9.tar.gz diff --git a/extra/tint2/Pkgfile b/extra/tint2/Pkgfile index 2e5039954..e53019f8c 100644 --- a/extra/tint2/Pkgfile +++ b/extra/tint2/Pkgfile @@ -5,7 +5,7 @@ # Depends on: glib xorg-libxrandr xorg-libxinerama pango imlib2 cairo name=tint2 -version=0.8 +version=0.9 release=1 source=(http://tint2.googlecode.com/files/$name-$version.tar.gz) |