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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 11:13:15 UTC 2022


    Date: Saturday, April 23, 2022 @ 11:13:15
  Author: arojas
Revision: 1187586

archrelease: copy trunk to community-x86_64

Added:
  twin/repos/community-x86_64/PKGBUILD
    (from rev 1187585, twin/trunk/PKGBUILD)
Deleted:
  twin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 11:13:04 UTC (rev 1187585)
+++ PKGBUILD	2022-04-23 11:13:15 UTC (rev 1187586)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Fabio 'Lolix' Loli <lolix at disroot.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
-
-pkgname=twin
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="A text-mode window environment"
-arch=('x86_64')
-url='https://sourceforge.net/projects/twin/'
-license=('GPL2' 'LGPL2.1')
-depends=('gpm' 'zlib' 'libxpm')
-options=('!makeflags')
-source=("$pkgname-$pkgver.tgz::https://github.com/cosmos72/twin/archive/v${pkgver}.tar.gz")
-md5sums=('5054fde8d13f3c401fc12c3b080c3f71')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  LDFLAGS="-lX11" ./configure --prefix=/usr --sbindir=/usr/bin \
-	--enable-tt=yes \
-	--enable-tt-hw-twin=yes \
-	--enable-tt-hw-twin-tunnel=yes \
-	--enable-tt-hw-twin-detunnel=yes \
-	--enable-tt-hw-xml=yes
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: twin/repos/community-x86_64/PKGBUILD (from rev 1187585, twin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-23 11:13:15 UTC (rev 1187586)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Fabio 'Lolix' Loli <lolix at disroot.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+
+pkgname=twin
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="A text-mode window environment"
+arch=('x86_64')
+url='https://sourceforge.net/projects/twin/'
+license=('GPL2' 'LGPL2.1')
+depends=('gpm' 'zlib' 'libxpm')
+options=('!makeflags')
+source=("$pkgname-$pkgver.tgz::https://github.com/cosmos72/twin/archive/v${pkgver}.tar.gz")
+md5sums=('5054fde8d13f3c401fc12c3b080c3f71')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  LDFLAGS="-lX11" ./configure --prefix=/usr --sbindir=/usr/bin \
+	--enable-tt=yes \
+	--enable-tt-hw-twin=yes \
+	--enable-tt-hw-twin-tunnel=yes \
+	--enable-tt-hw-twin-detunnel=yes \
+	--enable-tt-hw-xml=yes
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list