Date: Tuesday, May 2, 2023 @ 16:26:37
Author: spupykin
Revision: 1455878
archrelease: copy trunk to community-x86_64
Added:
xsel/repos/community-x86_64/PKGBUILD
(from rev 1455877, xsel/trunk/PKGBUILD)
Deleted:
xsel/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-02 16:26:13 UTC (rev 1455877)
+++ PKGBUILD 2023-05-02 16:26:37 UTC (rev 1455878)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-
-pkgname=xsel
-pkgver=1.2.0.20200527
-_commit=062e6d373537c60829fa9b5dcddbcd942986b3c3
-pkgrel=2
-pkgdesc="Command-line program for getting and setting the contents of the X
selection"
-arch=(x86_64)
-url="https://vergenet.net/~conrad/software/xsel/"
-license=("custom")
-depends=('libx11')
-makedepends=('libxt' 'git')
-#source=(https://www.vergenet.net/~conrad/software/xsel/download/$pkgname-$pkgver.tar.gz)
-source=("git+https://github.com/kfish/xsel.git#commit=${_commit}")
-sha512sums=('SKIP')
-
-build() {
- cd $pkgname
- touch README
- [ -x configure ] && ./configure --prefix=/usr || ./autogen.sh --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
- mkdir -p "$pkgdir"/usr/share/licenses/xsel/
- install -D -m0644 COPYING "$pkgdir"/usr/share/licenses/xsel/COPYING
-}
Copied: xsel/repos/community-x86_64/PKGBUILD (from rev 1455877,
xsel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-02 16:26:37 UTC (rev 1455878)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+
+pkgname=xsel
+pkgver=1.2.1
+_commit=062e6d373537c60829fa9b5dcddbcd942986b3c3
+pkgrel=1
+pkgdesc="Command-line program for getting and setting the contents of the X
selection"
+arch=(x86_64)
+url="https://vergenet.net/~conrad/software/xsel/"
+license=("custom")
+depends=('libx11')
+makedepends=('libxt' 'git')
+#source=(https://www.vergenet.net/~conrad/software/xsel/download/$pkgname-$pkgver.tar.gz)
+source=("git+https://github.com/kfish/xsel.git#tag=${pkgver}")
+sha512sums=('SKIP')
+
+build() {
+ cd $pkgname
+ touch README
+ [ -x configure ] && ./configure --prefix=/usr || ./autogen.sh --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+ mkdir -p "$pkgdir"/usr/share/licenses/xsel/
+ install -D -m0644 COPYING "$pkgdir"/usr/share/licenses/xsel/COPYING
+}