aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gtksourceview
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-02 13:01:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-08-02 13:01:16 +0000
commit7da3c1db4d8b49065607cc7175bd77e48e9d4b5c (patch)
tree914e8ff4547ab5286c9cce4464d3c5445a429046 /testing/gtksourceview
parent56a3c98cf54d9ddf93d912e1ba0e3cbd482834c2 (diff)
downloadaports-7da3c1db4d8b49065607cc7175bd77e48e9d4b5c.tar.bz2
aports-7da3c1db4d8b49065607cc7175bd77e48e9d4b5c.tar.xz
main/gtksourceview: moved from testing
Diffstat (limited to 'testing/gtksourceview')
-rw-r--r--testing/gtksourceview/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/gtksourceview/APKBUILD b/testing/gtksourceview/APKBUILD
deleted file mode 100644
index 8e080b207..000000000
--- a/testing/gtksourceview/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=gtksourceview
-pkgver=2.10.2
-pkgrel=0
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-url="http://live.gnome.org/GtkSourceView"
-license="GPL"
-depends=
-makedepends="gtk+-dev intltool libxml2-dev gobject-introspection"
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.bz2"
-
-build() {
- cd "$srcdir"/gtksourceview-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static || return 1
- make || return 1
-}
-
-package() {
- cd "$srcdir"/gtksourceview-$pkgver
- make DESTDIR="$pkgdir" install || return 1
-}
-md5sums="56c849c0adea56228287abbabc7b70b9 gtksourceview-2.10.2.tar.bz2"