From 09cb6388a725ce0a8e20431d89af436ceec41f14 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 25 Apr 2017 16:14:02 +0000 Subject: main/gnome-common: move from community py-gobject3 needs it --- community/gnome-common/APKBUILD | 39 --------------------------------------- main/gnome-common/APKBUILD | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 community/gnome-common/APKBUILD create mode 100644 main/gnome-common/APKBUILD diff --git a/community/gnome-common/APKBUILD b/community/gnome-common/APKBUILD deleted file mode 100644 index 3d42bebdde..0000000000 --- a/community/gnome-common/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Contributor: Carlo Landmeter -# Maintainer: Francesco Colista -pkgname=gnome-common -pkgver=3.18.0 -pkgrel=0 -pkgdesc="Common development macros for GNOME" -url="http://www.gnome.org" -arch="noarch" -license="GPL" -depends="" -depends_dev="" -makedepends="$depends_dev" -install="" -subpackages="" -source="https://download.gnome.org/sources/gnome-common/3.18/gnome-common-$pkgver.tar.xz" -builddir="$srcdir"/gnome-common-$pkgver - -build() { - cd "$builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --localstatedir=/var \ - || return 1 - make || return 1 -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="933258d9c23e218eb6eec9cc1951b053 gnome-common-3.18.0.tar.xz" -sha256sums="22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf gnome-common-3.18.0.tar.xz" -sha512sums="b931c9a6668d996560549738bb2d95f86f56fa68ce930c077275bdc8fddbc2d28d215c1190099db1df851417902fca87ec81f1c0e644c5b9630a175e1cde0719 gnome-common-3.18.0.tar.xz" diff --git a/main/gnome-common/APKBUILD b/main/gnome-common/APKBUILD new file mode 100644 index 0000000000..0b884e8664 --- /dev/null +++ b/main/gnome-common/APKBUILD @@ -0,0 +1,39 @@ +# Contributor: Carlo Landmeter +# Maintainer: Francesco Colista +pkgname=gnome-common +pkgver=3.18.0 +pkgrel=0 +pkgdesc="Common development macros for GNOME" +url="http://www.gnome.org" +arch="noarch" +license="GPL" +depends="" +depends_dev="" +makedepends="$depends_dev" +install="" +subpackages="" +source="https://download.gnome.org/sources/gnome-common/${pkgver%.*}/gnome-common-$pkgver.tar.xz" +builddir="$srcdir"/gnome-common-$pkgver + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --localstatedir=/var \ + || return 1 + make || return 1 +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install || return 1 +} + +md5sums="933258d9c23e218eb6eec9cc1951b053 gnome-common-3.18.0.tar.xz" +sha256sums="22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf gnome-common-3.18.0.tar.xz" +sha512sums="b931c9a6668d996560549738bb2d95f86f56fa68ce930c077275bdc8fddbc2d28d215c1190099db1df851417902fca87ec81f1c0e644c5b9630a175e1cde0719 gnome-common-3.18.0.tar.xz" -- cgit v1.2.3