[arch-commits] Commit in rmlint/repos (8 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Tue Dec 15 08:18:49 UTC 2015
Date: Tuesday, December 15, 2015 @ 09:18:48
Author: mtorromeo
Revision: 153355
archrelease: copy trunk to community-i686, community-x86_64
Added:
rmlint/repos/community-i686/PKGBUILD
(from rev 153354, rmlint/trunk/PKGBUILD)
rmlint/repos/community-i686/rmlint-shredder.install
(from rev 153354, rmlint/trunk/rmlint-shredder.install)
rmlint/repos/community-x86_64/PKGBUILD
(from rev 153354, rmlint/trunk/PKGBUILD)
rmlint/repos/community-x86_64/rmlint-shredder.install
(from rev 153354, rmlint/trunk/rmlint-shredder.install)
Deleted:
rmlint/repos/community-i686/PKGBUILD
rmlint/repos/community-i686/rmlint-shredder.install
rmlint/repos/community-x86_64/PKGBUILD
rmlint/repos/community-x86_64/rmlint-shredder.install
------------------------------------------+
/PKGBUILD | 104 +++++++++++++++++++++++++++++
/rmlint-shredder.install | 24 ++++++
community-i686/PKGBUILD | 52 --------------
community-i686/rmlint-shredder.install | 12 ---
community-x86_64/PKGBUILD | 52 --------------
community-x86_64/rmlint-shredder.install | 12 ---
6 files changed, 128 insertions(+), 128 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-12-15 08:12:43 UTC (rev 153354)
+++ community-i686/PKGBUILD 2015-12-15 08:18:48 UTC (rev 153355)
@@ -1,52 +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.4.1
-pkgrel=1
-url="https://github.com/sahib/rmlint"
-license=('GPL3')
-arch=('i686' 'x86_64')
-makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
- 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
- 'dconf' 'gtksourceview3' 'librsvg' 'xdg-utils')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz")
-sha256sums=('c09dce651f23568767b732a7529aeda8e81b1875cf81edc9e09b4e194d1e47c9')
-
-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')
- install=rmlint-shredder.install
-
- 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-i686/PKGBUILD (from rev 153354, rmlint/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-15 08:18:48 UTC (rev 153355)
@@ -0,0 +1,52 @@
+# $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.4.2
+pkgrel=1
+url="https://github.com/sahib/rmlint"
+license=('GPL3')
+arch=('i686' 'x86_64')
+makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
+ 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
+ 'dconf' 'gtksourceview3' 'librsvg' 'xdg-utils')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz")
+sha256sums=('8e59bffc0389ba15902251014bc00080e25d259665a1d7e5313f219eabfacf65')
+
+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')
+ install=rmlint-shredder.install
+
+ 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
+}
Deleted: community-i686/rmlint-shredder.install
===================================================================
--- community-i686/rmlint-shredder.install 2015-12-15 08:12:43 UTC (rev 153354)
+++ community-i686/rmlint-shredder.install 2015-12-15 08:18:48 UTC (rev 153355)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: rmlint/repos/community-i686/rmlint-shredder.install (from rev 153354, rmlint/trunk/rmlint-shredder.install)
===================================================================
--- community-i686/rmlint-shredder.install (rev 0)
+++ community-i686/rmlint-shredder.install 2015-12-15 08:18:48 UTC (rev 153355)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-12-15 08:12:43 UTC (rev 153354)
+++ community-x86_64/PKGBUILD 2015-12-15 08:18:48 UTC (rev 153355)
@@ -1,52 +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.4.1
-pkgrel=1
-url="https://github.com/sahib/rmlint"
-license=('GPL3')
-arch=('i686' 'x86_64')
-makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
- 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
- 'dconf' 'gtksourceview3' 'librsvg' 'xdg-utils')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz")
-sha256sums=('c09dce651f23568767b732a7529aeda8e81b1875cf81edc9e09b4e194d1e47c9')
-
-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')
- install=rmlint-shredder.install
-
- 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 153354, rmlint/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-12-15 08:18:48 UTC (rev 153355)
@@ -0,0 +1,52 @@
+# $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.4.2
+pkgrel=1
+url="https://github.com/sahib/rmlint"
+license=('GPL3')
+arch=('i686' 'x86_64')
+makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
+ 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
+ 'dconf' 'gtksourceview3' 'librsvg' 'xdg-utils')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz")
+sha256sums=('8e59bffc0389ba15902251014bc00080e25d259665a1d7e5313f219eabfacf65')
+
+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')
+ install=rmlint-shredder.install
+
+ 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
+}
Deleted: community-x86_64/rmlint-shredder.install
===================================================================
--- community-x86_64/rmlint-shredder.install 2015-12-15 08:12:43 UTC (rev 153354)
+++ community-x86_64/rmlint-shredder.install 2015-12-15 08:18:48 UTC (rev 153355)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: rmlint/repos/community-x86_64/rmlint-shredder.install (from rev 153354, rmlint/trunk/rmlint-shredder.install)
===================================================================
--- community-x86_64/rmlint-shredder.install (rev 0)
+++ community-x86_64/rmlint-shredder.install 2015-12-15 08:18:48 UTC (rev 153355)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list