[arch-commits] Commit in fdupes/repos/community-x86_64 (4 files)

Xyne xyne at archlinux.org
Sun Mar 15 22:27:47 UTC 2020


    Date: Sunday, March 15, 2020 @ 22:27:46
  Author: xyne
Revision: 598731

archrelease: copy trunk to community-x86_64

Added:
  fdupes/repos/community-x86_64/LICENSE
    (from rev 598729, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
    (from rev 598729, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

----------+
 LICENSE  |   44 ++++++++++++++++----------------
 PKGBUILD |   83 +++++++++++++++++++++++++++++++------------------------------
 2 files changed, 65 insertions(+), 62 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2020-03-15 22:27:45 UTC (rev 598730)
+++ LICENSE	2020-03-15 22:27:46 UTC (rev 598731)
@@ -1,22 +0,0 @@
-Legal Information
---------------------------------------------------------------------
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-x86_64/LICENSE (from rev 598729, fdupes/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2020-03-15 22:27:46 UTC (rev 598731)
@@ -0,0 +1,22 @@
+Legal Information
+--------------------------------------------------------------------
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-15 22:27:45 UTC (rev 598730)
+++ PKGBUILD	2020-03-15 22:27:46 UTC (rev 598731)
@@ -1,40 +0,0 @@
-# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
-# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Chris Winter <twidds at gmail dot com>
-
-pkgname=fdupes
-pkgver=1.6.1
-pkgrel=2
-# Version changed from 1.51 to 1.6.1
-epoch=1
-pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
-arch=('x86_64')
-url="https://github.com/adrianlopezroche/fdupes"
-license=(custom)
-depends=(glibc)
-makedepends=(git)
-source=(
-  https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz
-  LICENSE
-)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver LICENSE)
-sha512sums=('6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db'
-            '40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package(){
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cd $pkgname-$pkgver
-  # This works on the master branch but not for the 1.51 tag.
-  # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
-  #make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
-  install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
-}
-
-# vim: set ts=2 sw=2 et:

Copied: fdupes/repos/community-x86_64/PKGBUILD (from rev 598729, fdupes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-15 22:27:46 UTC (rev 598731)
@@ -0,0 +1,43 @@
+# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
+# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
+# Contributor: Chris Winter <twidds at gmail dot com>
+
+pkgname=fdupes
+pkgver=2.0.0
+pkgrel=1
+# Version changed from 1.51 to 1.6.1
+epoch=1
+pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
+arch=('x86_64')
+url="https://github.com/adrianlopezroche/fdupes"
+license=(custom)
+depends=(glibc ncurses pcre2)
+makedepends=(git)
+source=(
+  https://github.com/adrianlopezroche/fdupes/releases/download/${pkgver}/fdupes-${pkgver}.tar.gz
+  LICENSE
+)
+# Alternatively
+# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver LICENSE)
+sha512sums=('3c76cfba1cc650f6e680933cda6236e2110018d8a6a132e146d0d61c8f44cac5944e9966b1f3de5847aca6f233ab4df9b180888e0f4b3e3fa5ae8c5f9cb1484f'
+            '40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make PREFIX=/usr
+}
+
+package(){
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # cd $pkgname-$pkgver
+  # # This works on the master branch but not for the 1.51 tag.
+  # # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
+  # #make PREFIX=/usr DESTDIR="$pkgdir" install
+  # install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
+  # install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: set ts=2 sw=2 et:



More information about the arch-commits mailing list