summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-23 06:22:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-23 06:22:06 -0300
commit9b90fd66f8b1a7885489c886573120d2a4fe533c (patch)
treec18b196a36805a03ef748961558c4db3f964f56b /libre
parent6d79f76bc9b912dab5a81a9996da5bcb52d64301 (diff)
downloadabslibre-9b90fd66f8b1a7885489c886573120d2a4fe533c.tar.gz
abslibre-9b90fd66f8b1a7885489c886573120d2a4fe533c.tar.bz2
abslibre-9b90fd66f8b1a7885489c886573120d2a4fe533c.zip
gnome-desktop2 and libtasn1: removing due that it is not user-visible for rebranding
Diffstat (limited to 'libre')
-rw-r--r--libre/gnome-desktop2/PKGBUILD35
-rw-r--r--libre/libtasn1/PKGBUILD36
-rw-r--r--libre/libtasn1/libtasn1.install18
3 files changed, 0 insertions, 89 deletions
diff --git a/libre/gnome-desktop2/PKGBUILD b/libre/gnome-desktop2/PKGBUILD
deleted file mode 100644
index e8744d4a4..000000000
--- a/libre/gnome-desktop2/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
-# Contributor: Jan de Groot <jan@archlinux.org>
-
-_pkgname=gnome-desktop
-pkgname=${_pkgname}2
-pkgver=2.32.1
-pkgrel=2.1
-pkgdesc="Library with common API for various GNOME modules (legacy version), Parabola rebranded"
-arch=(i686 x86_64 mips64el)
-license=(GPL LGPL)
-depends=(gconf gtk2 startup-notification)
-makedepends=(gnome-doc-utils intltool)
-url="http://www.gnome.org"
-options=(!libtool !emptydirs)
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d')
-
-build() {
- cd "$srcdir/$_pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --with-gnome-distributor="Parabola GNU/Linux-libre" \
- --disable-scrollkeeper \
- --disable-gnome-about --disable-desktop-docs
-
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
- make
-}
-
-package() {
- cd "$srcdir/$_pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
diff --git a/libre/libtasn1/PKGBUILD b/libre/libtasn1/PKGBUILD
deleted file mode 100644
index 2131a323b..000000000
--- a/libre/libtasn1/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-# Contributor: judd <jvinet@zeroflux.org>
-
-pkgname=libtasn1
-pkgver=3.2
-pkgrel=1.1
-pkgdesc="The ASN.1 library used in GNUTLS, Parabola rebranded"
-arch=('i686' 'x86_64' 'mips64el')
-license=('GPL3' 'LGPL')
-url="http://www.gnu.org/software/libtasn1/"
-depends=('glibc' 'texinfo')
-options=('!libtool')
-install=libtasn1.install
-source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1b07629163025b9693aae9b8957842b2'
- '67bdae9b78ac7bbfa2ab24c7d46bd577')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --with-packager="Parabola GNU/Linux-libre" \
- --with-packager-bug-reports="https://labs.parabola.nu/" \
- --with-packager-version=${pkgver}-${pkgrel}
- make
-}
-
-check() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make check
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
diff --git a/libre/libtasn1/libtasn1.install b/libre/libtasn1/libtasn1.install
deleted file mode 100644
index 2d1ecc09f..000000000
--- a/libre/libtasn1/libtasn1.install
+++ /dev/null
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(libtasn1.info)
-
-post_install() {
- for f in ${info_files[@]}; do
- install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- for f in ${info_files[@]}; do
- install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
- done
-}