diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
commit | 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch) | |
tree | 819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/thunderbird/Pkgfile | |
parent | c9972ec7f32bf9d37388e853fe9bf633e242d05a (diff) | |
download | nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2 nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip |
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/thunderbird/Pkgfile')
-rwxr-xr-x | extra/thunderbird/Pkgfile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/extra/thunderbird/Pkgfile b/extra/thunderbird/Pkgfile deleted file mode 100755 index 66e76faab..000000000 --- a/extra/thunderbird/Pkgfile +++ /dev/null @@ -1,45 +0,0 @@ -# Description: logiciel de messagerie e-mail -# URL: http://www.mozilla-europe.org/fr/products/thunderbird/ -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: yasm,alsa-lib,gtk,libidl,nss,xorg-libxt,shared-mime-info,dbus-glib,sqlite3,desktop-file-utils,libnotify,libevent,hunspell,gconf,mesa3d -# Run on: alsa-lib,gtk,libidl,nss,xorg-libxt,shared-mime-info,dbus-glib,sqlite3,desktop-file-utils,libnotify,libevent,hunspell,gconf,mesa3d - - -name=thunderbird -version=8.0 -release=1 - -source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$version/source/thunderbird-$version.source.tar.bz2 - fr.xpi mozconfig thunderbird-3.0-lang.patch thunderbird.desktop thunderbird.png) - -build() { - cd $SRC/comm-release - patch -Np1 -i ../thunderbird-3.0-lang.patch - cp ../mozconfig .mozconfig - - export CXXFLAGS="-fpermissive" - export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-$version -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed" - export PYTHON="/usr/bin/python2" - - make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" - make -j1 -f client.mk DESTDIR=$PKG install - - for i in 16x16 22x22 24x24 32x32 48x48 256x256; do - install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \ - $PKG/usr/share/icons/hicolor/$i/apps/thunderbird.png - done - - install -Dm644 $SRC/thunderbird.desktop \ - $PKG/usr/share/applications/thunderbird.desktop - - rm -rf $PKG/usr/lib/thunderbird-$version/dictionaries - ln -sf /usr/share/myspell/dicts $PKG/usr/lib/thunderbird-$version/dictionaries - rm -rf $PKG/usr/lib/thunderbird-devel-$version/ - cd $SRC - mv fr.xpi thunderbird-i18n-$version-fr.xpi - install -Dm644 thunderbird-i18n-$version-fr.xpi $PKG/usr/lib/thunderbird-$version/extensions/langpack-fr@thunderbird.mozilla.org.xpi - rm -r $PKG/usr/include -} - - |