[arch-commits] Commit in lostfiles/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Tue Jul 7 11:24:32 UTC 2020
Date: Tuesday, July 7, 2020 @ 11:24:32
Author: foxboron
Revision: 658114
archrelease: copy trunk to community-any
Added:
lostfiles/repos/community-any/PKGBUILD
(from rev 658113, lostfiles/trunk/PKGBUILD)
Deleted:
lostfiles/repos/community-any/PKGBUILD
----------+
PKGBUILD | 51 +++++++++++++++++++++++++++++----------------------
1 file changed, 29 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-07 11:24:23 UTC (rev 658113)
+++ PKGBUILD 2020-07-07 11:24:32 UTC (rev 658114)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: graysky <graysky AT archlinux dot us>
-
-pkgname=lostfiles
-pkgver=4.03
-pkgrel=2
-pkgdesc='Find orphaned files not owned by any Arch packages'
-arch=('any')
-license=('GPL2')
-url="https://github.com/graysky2/lostfiles"
-source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
-
-build() {
- cd "$pkgname-$pkgver"
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: lostfiles/repos/community-any/PKGBUILD (from rev 658113, lostfiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-07 11:24:32 UTC (rev 658114)
@@ -0,0 +1,29 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: graysky <graysky AT archlinux dot us>
+
+pkgname=lostfiles
+pkgver=4.03
+pkgrel=3
+pkgdesc='Find orphaned files not owned by any Arch packages'
+arch=('any')
+license=('GPL2')
+url="https://github.com/graysky2/lostfiles"
+source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz"
+ "repro-patch.patch::https://github.com/graysky2/lostfiles/commit/0159d36b03c77f7f57e953b11b98f9ad017738cc.patch")
+sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b'
+ 'fa8d222e974c0531480e95a20bb832b87d96e556785faea2f3dfccc14336669e')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ patch -Np1 < "$srcdir/repro-patch.patch"
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list