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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Oct 30 13:48:26 UTC 2018


    Date: Tuesday, October 30, 2018 @ 13:48:25
  Author: mtorromeo
Revision: 399625

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  101 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-30 13:48:09 UTC (rev 399624)
+++ PKGBUILD	2018-10-30 13:48:25 UTC (rev 399625)
@@ -1,51 +0,0 @@
-# $Id$
-# 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.7.0
-pkgrel=2
-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=('174aaf4a3fd4c2911b7ddffd2804c6b940e38bedbb5cf2a6ec51b552cf919c33')
-
-prepare() {
-    cd "$srcdir"/$pkgbase-$pkgver
-    sed 's/python4/python/' -i gui/SConscript
-}
-
-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 399624, rmlint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-30 13:48:25 UTC (rev 399625)
@@ -0,0 +1,50 @@
+# 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.8.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=('196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253')
+
+prepare() {
+    cd "$srcdir"/$pkgbase-$pkgver
+    sed 's/python4/python/' -i gui/SConscript
+}
+
+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