diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-02 18:20:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-02 18:20:02 +0000 |
commit | 367318bf4d97e794dd67302b3b1e298637f5dfbb (patch) | |
tree | 0e0b2f562ff85d47a6ed2279c5999617de702a73 | |
parent | 8456183fdf748b80a32abfec7a2b1c05370597a8 (diff) | |
download | aports-367318bf4d97e794dd67302b3b1e298637f5dfbb.tar.bz2 aports-367318bf4d97e794dd67302b3b1e298637f5dfbb.tar.xz |
testing/gparted: claim mainternership. depend on e2fsprogs
-rw-r--r-- | testing/gparted/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/gparted/APKBUILD b/testing/gparted/APKBUILD index aa344d8cfa..35b98acdbb 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" |