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

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 17:58:23 UTC 2015


    Date: Sunday, December 6, 2015 @ 18:58:22
  Author: foutrelis
Revision: 149023

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 149022, c++-gtk-utils/trunk/PKGBUILD)
  c++-gtk-utils/repos/community-staging-x86_64/
  c++-gtk-utils/repos/community-staging-x86_64/PKGBUILD
    (from rev 149022, 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 149022, c++-gtk-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 17:58:22 UTC (rev 149023)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=c++-gtk-utils
+pkgver=2.0.28
+pkgrel=2
+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=('e0a7f8c54327ae82d2cdb22851c0f6f0')
+
+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 149022, c++-gtk-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 17:58:22 UTC (rev 149023)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=c++-gtk-utils
+pkgver=2.0.28
+pkgrel=2
+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=('e0a7f8c54327ae82d2cdb22851c0f6f0')
+
+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