summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-02 18:20:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-02 18:20:02 +0000
commit367318bf4d97e794dd67302b3b1e298637f5dfbb (patch)
tree0e0b2f562ff85d47a6ed2279c5999617de702a73 /testing
parent8456183fdf748b80a32abfec7a2b1c05370597a8 (diff)
downloadaports-367318bf4d97e794dd67302b3b1e298637f5dfbb.tar.bz2
aports-367318bf4d97e794dd67302b3b1e298637f5dfbb.tar.xz
testing/gparted: claim mainternership. depend on e2fsprogs
Diffstat (limited to 'testing')
-rw-r--r--testing/gparted/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/gparted/APKBUILD b/testing/gparted/APKBUILD
index aa344d8cf..35b98acdb 100644
--- a/testing/gparted/APKBUILD
+++ b/testing/gparted/APKBUILD
@@ -1,15 +1,13 @@
-# Contributor:
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gparted
pkgver=0.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="a graphical partition editor for creating, reorganizing, and deleting disk partitions"
url="http://gparted.sourceforge.net/"
arch="all"
license="GPL"
-depends=
+depends="e2fsprogs"
makedepends="gtkmm-dev parted-dev util-linux-ng-dev"
-#gnome-doc-utils py-libxml2"
install=
subpackages="$pkgname-doc"
source="http://sourceforge.net/projects/gparted/files/gparted/gparted-$pkgver/gparted-$pkgver.tar.bz2"