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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jun 16 07:29:54 UTC 2020


    Date: Tuesday, June 16, 2020 @ 07:29:54
  Author: mtorromeo
Revision: 645964

archrelease: copy trunk to community-x86_64

Added:
  rmlint/repos/community-x86_64/PKGBUILD
    (from rev 645963, rmlint/trunk/PKGBUILD)
Deleted:
  rmlint/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-16 07:29:49 UTC (rev 645963)
+++ PKGBUILD	2020-06-16 07:29:54 UTC (rev 645964)
@@ -1,45 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Blisfull <narthana.epa at gmail.com>
-# Contributor: SahibBommelig <sahib at online.de>
-
-pkgbase=rmlint
-pkgname=(rmlint rmlint-shredder)
-pkgver=2.10.0
-pkgrel=1
-url="https://github.com/sahib/rmlint"
-license=('GPL3')
-arch=('x86_64')
-makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
-             'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
-             'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 'python-requests')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz")
-sha256sums=('f942907e2feb80c2e3bcedafa7062c5ea6124399737b0fb21b9fd5c6f195e5f0')
-
-build() {
-    cd "$srcdir"/$pkgbase-$pkgver
-    scons config
-    scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
-}
-
-package_rmlint() {
-    pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
-    depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
-
-    cd "$srcdir"/$pkgbase-$pkgver
-    scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
-
-    rm -rf "$pkgdir"/usr/share/{glib-2.0,icons,applications}
-    rm -rf "$pkgdir"/usr/lib
-}
-
-package_rmlint-shredder() {
-    pkgdesc="Graphical user interface for rmlint"
-    depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
-             'gtksourceview3' 'xdg-utils')
-
-    cd "$srcdir"/$pkgbase-$pkgver
-    scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
-
-    rm -rf "$pkgdir"/usr/{bin,share/locale,share/man}
-    rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
-}

Copied: rmlint/repos/community-x86_64/PKGBUILD (from rev 645963, rmlint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-16 07:29:54 UTC (rev 645964)
@@ -0,0 +1,45 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Blisfull <narthana.epa at gmail.com>
+# Contributor: SahibBommelig <sahib at online.de>
+
+pkgbase=rmlint
+pkgname=(rmlint rmlint-shredder)
+pkgver=2.10.1
+pkgrel=1
+url="https://github.com/sahib/rmlint"
+license=('GPL3')
+arch=('x86_64')
+makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
+             'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
+             'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 'python-requests')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz")
+sha256sums=('10e72ba4dd9672d1b6519c0c94eae647c5069c7d11f1409a46e7011dd0c6b883')
+
+build() {
+    cd "$srcdir"/$pkgbase-$pkgver
+    scons config
+    scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
+}
+
+package_rmlint() {
+    pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
+    depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
+
+    cd "$srcdir"/$pkgbase-$pkgver
+    scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+    rm -rf "$pkgdir"/usr/share/{glib-2.0,icons,applications}
+    rm -rf "$pkgdir"/usr/lib
+}
+
+package_rmlint-shredder() {
+    pkgdesc="Graphical user interface for rmlint"
+    depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
+             'gtksourceview3' 'xdg-utils')
+
+    cd "$srcdir"/$pkgbase-$pkgver
+    scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+    rm -rf "$pkgdir"/usr/{bin,share/locale,share/man}
+    rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
+}



More information about the arch-commits mailing list