aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-12-09 10:06:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-12-09 10:20:23 +0000
commitfdc084b37b735a0c99d5c746b325932bcda4c395 (patch)
treeaebb366fb057b5b6a4eaeceafe08e26384665539
parentd2bf6ba2274cacea93cd3942bec0952d235bab8f (diff)
downloadalpine_aports-fdc084b37b735a0c99d5c746b325932bcda4c395.tar.bz2
alpine_aports-fdc084b37b735a0c99d5c746b325932bcda4c395.tar.xz
alpine_aports-fdc084b37b735a0c99d5c746b325932bcda4c395.zip
testing/gtksourceview: cleanup
remove the redundant main/gtksourceview. rename testing/gtksourceview3 to testing/gtksourceview and upgrade it to 3.18.1
-rw-r--r--main/gtksourceview/APKBUILD39
-rw-r--r--testing/gtksourceview/APKBUILD (renamed from testing/gtksourceview3/APKBUILD)10
2 files changed, 5 insertions, 44 deletions
diff --git a/main/gtksourceview/APKBUILD b/main/gtksourceview/APKBUILD
deleted file mode 100644
index dc45c97119..0000000000
--- a/main/gtksourceview/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=gtksourceview
3pkgver=2.10.4
4pkgrel=6
5pkgdesc="A text widget adding syntax highlighting and more to GNOME"
6url="http://live.gnome.org/GtkSourceView"
7arch="all"
8license="GPL"
9depends=
10depends_dev="gtk+2.0-dev libxml2-dev"
11makedepends="$depends_dev gobject-introspection-dev"
12subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
13source="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.bz2"
14
15_builddir="$srcdir/$pkgname-$pkgver"
16
17prepare() {
18 cd "$_builddir"
19 update_config_sub || return 1
20}
21
22build() {
23 cd "$_builddir"
24 ./configure \
25 --build=$CBUILD \
26 --host=$CHOST \
27 --prefix=/usr \
28 --sysconfdir=/etc \
29 --localstatedir=/var \
30 --disable-static \
31 || return 1
32 make || return 1
33}
34
35package() {
36 cd "$_builddir"
37 make DESTDIR="$pkgdir" install || return 1
38}
39md5sums="342666cba9eb2643e5166a0cb58203d2 gtksourceview-2.10.4.tar.bz2"
diff --git a/testing/gtksourceview3/APKBUILD b/testing/gtksourceview/APKBUILD
index 6cbc0d1b3c..2f6a1e8a3f 100644
--- a/testing/gtksourceview3/APKBUILD
+++ b/testing/gtksourceview/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=gtksourceview3 2pkgname=gtksourceview
3pkgver=3.17.2 3pkgver=3.18.1
4pkgrel=0 4pkgrel=0
5pkgdesc="A text widget adding syntax highlighting and more to GNOME" 5pkgdesc="A text widget adding syntax highlighting and more to GNOME"
6url="http://live.gnome.org/GtkSourceView" 6url="http://live.gnome.org/GtkSourceView"
@@ -34,6 +34,6 @@ package() {
34 cd "$_builddir" 34 cd "$_builddir"
35 make DESTDIR="$pkgdir" install || return 1 35 make DESTDIR="$pkgdir" install || return 1
36} 36}
37md5sums="3849057f94f9e1847035efb1334c2261 gtksourceview-3.17.2.tar.xz" 37md5sums="b7600b6cc06ec96ce1d028bf7a44d14b gtksourceview-3.18.1.tar.xz"
38sha256sums="c443f6ef0dfda93be27aef43bb4dbafdb5cffcac2971d9dbcf025d9c8fd2733c gtksourceview-3.17.2.tar.xz" 38sha256sums="7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6 gtksourceview-3.18.1.tar.xz"
39sha512sums="b9caebee9152ac2c8742d2af09725e6f9a63bd174f503377b1e2feb19fe11f0687da1256dd03fc5c742c1625088c61ed1ec9423a4fdd5f582fe45a4d497ce482 gtksourceview-3.17.2.tar.xz" 39sha512sums="dacee02c1d7232279b560bfa362c65837a981d50fdc28ae966835ead7b0d99310d503b816895c77c5b61967778299e4c9385697de5210259a97f664703bc905f gtksourceview-3.18.1.tar.xz"