[arch-commits] Commit in gtkglarea/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 3 18:58:12 UTC 2018


    Date: Sunday, June 3, 2018 @ 18:58:11
  Author: felixonmars
Revision: 339529

archrelease: copy trunk to community-x86_64

Added:
  gtkglarea/repos/community-x86_64/PKGBUILD
    (from rev 339528, gtkglarea/trunk/PKGBUILD)
Deleted:
  gtkglarea/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 18:57:56 UTC (rev 339528)
+++ PKGBUILD	2018-06-03 18:58:11 UTC (rev 339529)
@@ -1,28 +0,0 @@
-# Maintainer: Connor Behan <connor.behan at gmail.com>
-# Contributor: Andreas B. Wagner <AndreasBWagner at pointfree.net>
-# Contributor: arjan <arjan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-pkgname=gtkglarea
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="GTK/GL Area libraries"
-arch=('i686' 'x86_64')
-url="http://mono-project.com/GtkGLArea"
-license=('GPL')
-depends=('gtk2' 'glu')
-source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz")
-md5sums=('60d4470107d4faa9fc916c9a0d05bb9f')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}
-

Copied: gtkglarea/repos/community-x86_64/PKGBUILD (from rev 339528, gtkglarea/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 18:58:11 UTC (rev 339529)
@@ -0,0 +1,28 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: Andreas B. Wagner <AndreasBWagner at pointfree.net>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=gtkglarea
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="GTK/GL Area libraries"
+arch=('x86_64')
+url="http://mono-project.com/GtkGLArea"
+license=('GPL')
+depends=('gtk2' 'glu')
+source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz")
+sha512sums=('c790c1b542d85d86cd57f333c87ab2c930c8065d6f75320d588688b9a0adb8c4270522b6b88734720db1b71170f4f12c95e650e9a599a5d7e4b7baadf1f9f06b')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list