summaryrefslogtreecommitdiffstats
path: root/extra/thunderbird/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/thunderbird/Pkgfile
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/thunderbird/Pkgfile')
-rwxr-xr-xextra/thunderbird/Pkgfile45
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
-}
-
-