From 1ec0e9423f0f620ffd579f898548f56b2ce367e7 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 24 Nov 2016 15:26:46 -0300 Subject: rebuild module packages against linux-libre-4.8.10_gnu-1 --- libre/acpi_call/PKGBUILD | 4 ++-- libre/bbswitch/PKGBUILD | 4 ++-- libre/tp_smapi/PKGBUILD | 4 ++-- libre/vhba-module/PKGBUILD | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index e755915a3..4e49c5d7c 100644 --- a/libre/acpi_call/PKGBUILD +++ b/libre/acpi_call/PKGBUILD @@ -5,11 +5,11 @@ # Contributor: Luke Shumaker # Contributor: Márcio Silva -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=4.8 - _archrel=50 + _archrel=51 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.4 diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 6e18c1141..a05397da5 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -5,11 +5,11 @@ # Contributor: Luke Shumaker # Contributor: Márcio Silva -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=4.8 - _archrel=54 + _archrel=55 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.4 diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index 9c4dcc346..9b9794f91 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -10,11 +10,11 @@ # Contributor: Luke Shumaker # Contributor: Márcio Silva -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=4.8 - _archrel=4 + _archrel=5 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.4 diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD index 0c0a9395d..909730e09 100644 --- a/libre/vhba-module/PKGBUILD +++ b/libre/vhba-module/PKGBUILD @@ -9,7 +9,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then _basekernel=4.8 - _archrel=1 + _archrel=2 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.4 -- cgit v1.2.3 From ea21ab0bf8c50bfc91010a67dc3348bf4e86f342 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 24 Nov 2016 13:57:22 -0500 Subject: cowsay: add new package to [libre] --- libre/cowsay/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ libre/cowsay/cowsay.patch | 11 +++++++++++ 2 files changed, 43 insertions(+) create mode 100644 libre/cowsay/PKGBUILD create mode 100644 libre/cowsay/cowsay.patch diff --git a/libre/cowsay/PKGBUILD b/libre/cowsay/PKGBUILD new file mode 100644 index 000000000..77689ca14 --- /dev/null +++ b/libre/cowsay/PKGBUILD @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer (Arch): Guillaume ALAUX +# Contributor (Arch): Eric Belanger +# Contributor (Arch): Sarah Hay +# Maintainer: Omar Vega Ramos + +pkgname=cowsay +pkgver=3.03 +pkgrel=9.parabola1 +pkgdesc='Configurable talking cow (and a few other creatures)' +arch=('any') +url='http://www.nog.net/~tony/warez/' +license=('PerlArtistic' 'GPL') +depends=('perl') +#http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz +source=(http://http.debian.net/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}+dfsg1.orig.tar.gz + cowsay.patch) +sha256sums=('10bae895d9afb2d720d2211db58f396352b00fe1386c369ca3608cbf6497b839' + 'aa88442a31f01ffe5884b3ae974ed1ced23d860859d7f2234cdcd3ac437fc17f') + +build() { + cd ${srcdir}/${pkgname}-${pkgver}+dfsg1 + patch -p1 -i $srcdir/cowsay.patch + sed -i 's|/man/|/share/man/|' install.sh +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver}+dfsg1 + echo "${pkgdir}/usr" | ./install.sh + # This one is not a valid '.cow' file + rm ${pkgdir}/usr/share/cows/mech-and-cow +} diff --git a/libre/cowsay/cowsay.patch b/libre/cowsay/cowsay.patch new file mode 100644 index 000000000..299d52895 --- /dev/null +++ b/libre/cowsay/cowsay.patch @@ -0,0 +1,11 @@ +--- cowsay-3.03/install.sh 1999-11-01 21:19:21.000000000 +0100 ++++ cowsay-3.03-new/install.sh 2003-08-15 17:14:23.000000000 +0200 +@@ -67,7 +67,7 @@ + echo Okay, time to install this puppy. + + echo s,%BANGPERL%,!$usethisperl,\; > install.pl +-echo s,%PREFIX%,$PREFIX,\; >> install.pl ++echo s,%PREFIX%,/usr,\; >> install.pl + set -x + mkdir -p $PREFIX/bin || (mkdir $PREFIX; mkdir $PREFIX/bin) + $usethisperl -p install.pl cowsay > $PREFIX/bin/cowsay -- cgit v1.2.3 From d00489c5023f511e763cc594f395fa20f4bacf23 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 24 Nov 2016 14:03:59 -0500 Subject: cowsay: fix description --- libre/cowsay/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre/cowsay/PKGBUILD b/libre/cowsay/PKGBUILD index 77689ca14..f92680b2a 100644 --- a/libre/cowsay/PKGBUILD +++ b/libre/cowsay/PKGBUILD @@ -7,7 +7,7 @@ pkgname=cowsay pkgver=3.03 pkgrel=9.parabola1 -pkgdesc='Configurable talking cow (and a few other creatures)' +pkgdesc='Configurable talking cow (and a few other creatures), without nonfree cows' arch=('any') url='http://www.nog.net/~tony/warez/' license=('PerlArtistic' 'GPL') -- cgit v1.2.3