[arch-commits] Commit in c++-gtk-utils/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Feb 19 23:09:10 UTC 2016


    Date: Saturday, February 20, 2016 @ 00:09:09
  Author: arojas
Revision: 162602

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  c++-gtk-utils/repos/community-staging-i686/
  c++-gtk-utils/repos/community-staging-i686/PKGBUILD
    (from rev 162601, c++-gtk-utils/trunk/PKGBUILD)
  c++-gtk-utils/repos/community-staging-x86_64/
  c++-gtk-utils/repos/community-staging-x86_64/PKGBUILD
    (from rev 162601, c++-gtk-utils/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: c++-gtk-utils/repos/community-staging-i686/PKGBUILD (from rev 162601, c++-gtk-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-19 23:09:09 UTC (rev 162602)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=c++-gtk-utils
+pkgver=2.2.12
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/"
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('3064d9d4de0eb5990af7e06fe0b19b15')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --disable-rpath \
+              --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: c++-gtk-utils/repos/community-staging-x86_64/PKGBUILD (from rev 162601, c++-gtk-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-19 23:09:09 UTC (rev 162602)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=c++-gtk-utils
+pkgver=2.2.12
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/"
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('3064d9d4de0eb5990af7e06fe0b19b15')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --disable-rpath \
+              --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list