~alpine/aports

8

[alpine-aports] [PATCH 1/9] main/mtools: rebuild to compress man pages

Details
Message ID
<1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1439392246
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 main/mtools/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/mtools/APKBUILD b/main/mtools/APKBUILD
index fa4dfc0..c26929e 100644
--- a/main/mtools/APKBUILD
+++ b/main/mtools/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mtools
pkgver=4.0.18
pkgrel=0
pkgrel=1
pkgdesc="A collection of utilities to access MS-DOS disks from Unix without mounting them"
url="http://www.gnu.org/software/mtools/"
arch="all"
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 2/9] main/htop: rebuild to compress man pages

Details
Message ID
<1439392254-18727-2-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1439392247
DKIM signature
missing
Download raw message
Patch: +2 -1
---
 main/htop/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD
index b2d90bc..29c4110 100644
--- a/main/htop/APKBUILD
+++ b/main/htop/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com> 
pkgname=htop
pkgver=1.0.3
pkgrel=0
pkgrel=1
pkgdesc="An interactive process viewer"
url="http://hisham.hm/htop/"
arch="all"
@@ -16,6 +16,7 @@ prepare() {
	cd "$_builddir"
	update_config_sub || return 1
}

build() {
	cd "$_builddir"
	./configure \
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 3/9] main/ncmpc: rebuild to compress man pages

Details
Message ID
<1439392254-18727-3-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1439392248
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 main/ncmpc/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/ncmpc/APKBUILD b/main/ncmpc/APKBUILD
index 28c175f..97c70b1 100644
--- a/main/ncmpc/APKBUILD
+++ b/main/ncmpc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Peter Bui <pnutzh4x0r@gmail.com>
pkgname=ncmpc
pkgver=0.24
pkgrel=0
pkgrel=1
pkgdesc="Fully featured MPD client using ncurses"
url="http://www.musicpd.org/clients/ncmpc/"
arch="all"
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 4/9] testing/gpm: depend on linux-headers

Details
Message ID
<1439392254-18727-4-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1439392249
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 testing/gpm/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/gpm/APKBUILD b/testing/gpm/APKBUILD
index 8c3b614..58671e9 100644
--- a/testing/gpm/APKBUILD
+++ b/testing/gpm/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Jeff Pohlmeyer <yetanothergeek@gmail.com>
pkgname=gpm
pkgver=1.20.7
pkgrel=0
pkgrel=1
pkgdesc="A mouse server for the console"
url="http://www.nico.schottelius.org/software/gpm/"
arch="all"
license="GPL"
depends=""
depends_dev=""
makedepends="$depends_dev texinfo autoconf automake libtool bison"
makedepends="$depends_dev texinfo autoconf automake libtool bison linux-headers"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://www.nico.schottelius.org/software/gpm/archives/gpm-$pkgver.tar.bz2
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 5/9] main/man-pages: compress man pages

Details
Message ID
<1439392254-18727-5-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1439392250
DKIM signature
missing
Download raw message
Patch: +5 -1
---
 main/man-pages/APKBUILD | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/main/man-pages/APKBUILD b/main/man-pages/APKBUILD
index d4d8c95..728bad2 100644
--- a/main/man-pages/APKBUILD
+++ b/main/man-pages/APKBUILD
@@ -2,7 +2,7 @@
pkgname=man-pages
pkgver=4.02
_posixver=2003-a
pkgrel=0
pkgrel=1
pkgdesc="Linux man pages"
url="http://www.kernel.org/doc/man-pages/"
arch="noarch"
@@ -14,6 +14,9 @@ source="http://www.kernel.org/pub/linux/docs/man-pages/man-pages-$pkgver.tar.xz
	http://www.kernel.org/pub/linux/docs/$pkgname/$pkgname-posix/$pkgname-posix-${_posixver}.tar.bz2"

build() {
	make -C "$srcdir"/$pkgname-$pkgver gz
	make -C "$srcdir"/$pkgname-posix-${_posixver} gz

	cd "$srcdir"/$pkgname-$pkgver
	mkdir -p "$srcdir"/$pkgname-$pkgver/man0
	for sect in 0 1 3; do
@@ -27,6 +30,7 @@ build() {
package() {
	cd "$srcdir"/$pkgname-$pkgver
	make prefix="$pkgdir"/usr install || return 1

	# provided by libiconv-doc
	rm "$pkgdir"/usr/share/man/man3/iconv*

-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 6/9] main/faad2: rebuild to compress man pages

Details
Message ID
<1439392254-18727-6-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1439392251
DKIM signature
missing
Download raw message
Patch: +8 -3
---
 main/faad2/APKBUILD | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/main/faad2/APKBUILD b/main/faad2/APKBUILD
index adfffac..caa4132 100644
--- a/main/faad2/APKBUILD
+++ b/main/faad2/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=faad2
pkgver=2.7
pkgrel=6
pkgrel=7
pkgdesc="ISO AAC audio decoder"
url="http://www.audiocoding.com/"
arch="all"
@@ -22,10 +22,10 @@ prepare() {
		esac
	done
}
	

build() {
	cd "$_builddir"
	

	# manfile has bad name
	mv frontend/faad.man frontend/faad.1 && \
		sed -i -e 's:faad\.man:faad.1:' frontend/Makefile.am \
@@ -46,5 +46,10 @@ package() {
	rm "$pkgdir"/usr/lib/*.la || return 1
	install -m644 common/mp4ff/mp4ff_int_types.h "$pkgdir"/usr/include/mp4ff_int_types.h || return 1
}

md5sums="4c332fa23febc0e4648064685a3d4332  faad2-2.7.tar.bz2
28b178eddf06bda888fe048abc65d57f  automake.patch"
sha256sums="14561b5d6bc457e825bfd3921ae50a6648f377a9396eaf16d4b057b39a3f63b5  faad2-2.7.tar.bz2
e7b9c8231dfd9227b27ff8c1e8a9be678abf73ce4ce0d3ee9333cb19608fdcfd  automake.patch"
sha512sums="0934aa9b752b5d86879d94156dea02595e2428340d0cf44202ffea369895b21a9aadbb4833a39212c9a79429b409eb108706b1f523bfddd32809b53730d50947  faad2-2.7.tar.bz2
0b66cfa240529a2139b47cb8dc87c4b43a451b906d66ef7d211fb509358b1493ceee13894516c2f552b33eae74640910e97957caa49dade2597ebd9777152a9e  automake.patch"
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 7/9] main/gdbm: rebuild to compress man pages

Details
Message ID
<1439392254-18727-7-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1439392252
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 main/gdbm/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/gdbm/APKBUILD b/main/gdbm/APKBUILD
index fce5fd0..bf2939f 100644
--- a/main/gdbm/APKBUILD
+++ b/main/gdbm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gdbm
pkgver=1.11
pkgrel=0
pkgrel=1
pkgdesc="GNU dbm is a set of database routines that use extensible hashing"
url="http://www.gnu.org/software/gdbm/"
arch="all"
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 8/9] main/libnfs: add libnfs-doc package

Details
Message ID
<1439392254-18727-8-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1439392253
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 main/libnfs/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/libnfs/APKBUILD b/main/libnfs/APKBUILD
index d6a3b75..af4718d 100644
--- a/main/libnfs/APKBUILD
+++ b/main/libnfs/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libnfs
pkgver=1.9.7
pkgrel=0
pkgrel=1
pkgdesc="client library for accessing NFS shares"
url="https://github.com/sahlberg/libnfs"
arch="all"
@@ -11,7 +11,7 @@ depends=""
depends_dev=""
makedepends="$depends_dev autoconf automake m4 libtool"
install=""
subpackages="$pkgname-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/sahlberg/libnfs/archive/libnfs-$pkgver.tar.gz"

_builddir="$srcdir"/libnfs-libnfs-$pkgver
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 9/9] main/freetype: add freetype-doc package

Details
Message ID
<1439392254-18727-9-git-send-email-soeren+git@soeren-tempel.net>
In-Reply-To
<1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1439392254
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 main/freetype/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/freetype/APKBUILD b/main/freetype/APKBUILD
index 7c6dcd4..9146633 100644
--- a/main/freetype/APKBUILD
+++ b/main/freetype/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=freetype
pkgver=2.6
pkgrel=2
pkgrel=3
pkgdesc="TrueType font rendering library"
url="http://freetype.sourceforge.net"
arch="all"
@@ -10,7 +10,7 @@ license="GPL"
depends=""
depends_dev="libpng-dev"
makedepends="$depends_dev zlib-dev"
subpackages="$pkgname-dev"
subpackages="$pkgname-dev $pkgname-doc"
# fontconfig-ultimate https://github.com/bohoomil/fontconfig-ultimate
_ultver="2015-06-09"
source="http://download.savannah.gnu.org/releases/freetype/freetype-$pkgver.tar.bz2
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)