summaryrefslogtreecommitdiff
path: root/libre/lsb-release
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-26 07:04:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-26 07:04:44 -0300
commit224ff53c78c2e8df8c6ac3f5b84964a9fd228ee3 (patch)
tree21f0f00d6ca7a856bde8310b4558a527717a6d85 /libre/lsb-release
parent317a3b1d822c252c9f341170cf47a85d72cddde6 (diff)
add parabola suffix on some packages
Diffstat (limited to 'libre/lsb-release')
-rw-r--r--libre/lsb-release/PKGBUILD44
-rw-r--r--libre/lsb-release/lsb-release.install12
-rw-r--r--libre/lsb-release/lsb_release_description.patch11
3 files changed, 0 insertions, 67 deletions
diff --git a/libre/lsb-release/PKGBUILD b/libre/lsb-release/PKGBUILD
deleted file mode 100644
index d35195267..000000000
--- a/libre/lsb-release/PKGBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 101477 2013-11-26 10:23:04Z svenstaro $
-# Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor (Arch): Malte Rabenseifner <malte@zearan.de>
-# Contributor (Arch): John Gerritse <reaphsharc@gmail.com>
-# Maintainer: Michał Masłowski <mtjm@mtjm.eu>
-# Contributor: André Silva emulatorman@parabola.nu>
-
-pkgname=lsb-release
-pkgver=1.4
-pkgrel=14.2
-pkgdesc="LSB version query program (Parabola rebranded)"
-arch=('any')
-url="http://www.linuxbase.org/"
-license=('GPL2')
-depends=('bash')
-provides=('lsb-release-libre')
-conflicts=('lsb-release-libre')
-replaces=('lsb-release-libre')
-install=lsb-release.install
-source=(http://downloads.sourceforge.net/lsb/$pkgname-$pkgver.tar.gz
- lsb_release_description.patch)
-md5sums=('30537ef5a01e0ca94b7b8eb6a36bb1e4'
- '72f562d8eaa8915ab85fba13e68c8d68')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- patch -Np0 < "$srcdir/lsb_release_description.patch"
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- install -dm755 "$pkgdir/etc"
- echo "LSB_VERSION=$pkgver" >> "$pkgdir/etc/lsb-release"
- echo "DISTRIB_ID=Parabola" > "$pkgdir/etc/lsb-release"
- echo "DISTRIB_RELEASE=rolling" >> "$pkgdir/etc/lsb-release"
- echo "DISTRIB_DESCRIPTION=\"Parabola GNU/Linux-libre\"" >> "$pkgdir/etc/lsb-release"
-
- install -Dm 644 lsb_release.1.gz "$pkgdir/usr/share/man/man1/lsb_release.1.gz"
- install -Dm 755 lsb_release "$pkgdir/usr/bin/lsb_release"
-}
diff --git a/libre/lsb-release/lsb-release.install b/libre/lsb-release/lsb-release.install
deleted file mode 100644
index 261df2a73..000000000
--- a/libre/lsb-release/lsb-release.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- echo "Parabola GNU/Linux-libre release" >> /etc/parabola-release
-}
-
-post_upgrade() {
- sed -e '/Parabola GNU\/Linux-[Ll]ibre release/d' -i /etc/parabola-release
- echo "Parabola GNU/Linux-libre release" >> /etc/parabola-release
-}
-
-pre_remove() {
- sed -e '/Parabola GNU\/Linux-[Ll]ibre release/d' -i /etc/parabola-release
-}
diff --git a/libre/lsb-release/lsb_release_description.patch b/libre/lsb-release/lsb_release_description.patch
deleted file mode 100644
index d46835b97..000000000
--- a/libre/lsb-release/lsb_release_description.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lsb_release.orig 2012-11-13 05:12:02.000000000 -0800
-+++ lsb_release 2013-11-24 17:13:55.943608718 -0800
-@@ -216,7 +216,7 @@
- TMP_DISTRIB_DESC=$DISTRIB_DESCRIPTION
- fi
-
-- if [ -z "$TMP_DISTRIB_DESC" ] # head or lsb-release init
-+ if [ -z "$DISTRIB_DESCRIPTION" ] # head or lsb-release init
- then # file contains no data
- DISTRIB_DESCRIPTION=$MSG_NONE
- NO="y"