~alpine/aports

1

[alpine-aports] [PATCH] main/glade3: disable RANDMMAP

Details
Message ID
<1421321125-10692-1-git-send-email-amatcoder@gmail.com>
Sender timestamp
1421321125
DKIM signature
missing
Download raw message
Patch: +3 -2
This allows to add items under Hierarchy tabs.
---
 main/glade3/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/glade3/APKBUILD b/main/glade3/APKBUILD
index bcf89af..d1355b8 100644
--- a/main/glade3/APKBUILD
+++ b/main/glade3/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glade3
pkgver=3.8.5
pkgrel=0
pkgrel=1
pkgdesc="a RAD tool to enable quick & easy development of user interfaces for GTK+"
url="http://glade.gnome.org/"
arch="all"
license="GPL"
depends=
makedepends="gtk+2.0-dev libxml2-dev"
makedepends="gtk+2.0-dev libxml2-dev paxctl"
install=
subpackages="$pkgname-dev $pkgname-doc $pkgname-dev $pkgname-lang"
source="http://ftp.gnome.org/pub/GNOME/sources/glade3/${pkgver%.*}/glade3-$pkgver.tar.xz"
@@ -36,6 +36,7 @@ build() {
package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	paxctl -c -r "$pkgdir"/usr/bin/glade-3
	rm "$pkgdir"/usr/lib/*.la \
		"$pkgdir"/usr/lib/glade3/modules/*.la
}
-- 
2.2.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20150115162614.16a563b9@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1421321125-10692-1-git-send-email-amatcoder@gmail.com> (view parent)
Sender timestamp
1421335574
DKIM signature
missing
Download raw message
On Thu, 15 Jan 2015 11:25:25 +0000
AmatCoder <amatcoder@gmail.com> wrote:

> This allows to add items under Hierarchy tabs.
> ---
>  main/glade3/APKBUILD | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

applied. thanks!

-nc


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