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

Felix Yan felixonmars at archlinux.org
Mon May 25 13:40:47 UTC 2020


    Date: Monday, May 25, 2020 @ 13:40:45
  Author: felixonmars
Revision: 634315

archrelease: copy trunk to community-x86_64

Added:
  gmtk/repos/community-x86_64/PKGBUILD
    (from rev 634314, gmtk/trunk/PKGBUILD)
Deleted:
  gmtk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:40:27 UTC (rev 634314)
+++ PKGBUILD	2020-05-25 13:40:45 UTC (rev 634315)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=gmtk
-pkgver=1.0.9
-pkgrel=5
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer'
-arch=('x86_64')
-url='https://sites.google.com/site/kdekorte2/gmtk'
-license=('GPL')
-depends=('gtk3' 'mplayer')
-makedepends=('intltool')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kdekorte/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('fc23c853deb35ee35db06dd3da5069ce3dc64faf3a0053324616fadf81a415db')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gmtk/repos/community-x86_64/PKGBUILD (from rev 634314, gmtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:40:45 UTC (rev 634315)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=gmtk
+pkgver=1.0.9
+pkgrel=6
+pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer'
+arch=('x86_64')
+url='https://sites.google.com/site/kdekorte2/gmtk'
+license=('GPL')
+depends=('gtk3' 'mplayer')
+makedepends=('intltool')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdekorte/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('fc23c853deb35ee35db06dd3da5069ce3dc64faf3a0053324616fadf81a415db')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list