diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:07:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:07:51 +0000 |
commit | 519436395c335b728ec8faeeb5e61f13b49d8689 (patch) | |
tree | 9f5c2ac13924e974f2bf7199b2fcf25baeae0109 /unmaintained | |
parent | 3934fd022577803f5205e341e8b03fb2c8e06923 (diff) | |
download | aports-519436395c335b728ec8faeeb5e61f13b49d8689.tar.bz2 aports-519436395c335b728ec8faeeb5e61f13b49d8689.tar.xz |
main/gnome-base: moved to unmaintained
Diffstat (limited to 'unmaintained')
-rw-r--r-- | unmaintained/gnome-base/APKBUILD | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/unmaintained/gnome-base/APKBUILD b/unmaintained/gnome-base/APKBUILD new file mode 100644 index 0000000000..a89fb86c79 --- /dev/null +++ b/unmaintained/gnome-base/APKBUILD @@ -0,0 +1,34 @@ +# Contributor: William Pitcock <nenolod@dereferenced.org> +# Maintainer: William Pitcock <nenolod@dereferenced.org> +pkgname=gnome-base +pkgver=2.32.0 +pkgrel=1 +pkgdesc="GNOME metapackage (base)" +url="http://www.gnome.org/" +arch="noarch" +license="GPL" +depends="metacity + nautilus + + gnome-session + gnome-themes + gnome-screensaver + gnome-power-manager + gnome-settings-daemon + gnome-control-center + gnome-desktop + + gnome-system-monitor + gnome-panel + gnome-terminal" +depends_dev= +makedepends= +install="" +subpackages= +source="" + +build() { + mkdir -p "$pkgdir" +} + +md5sums="" |