[arch-commits] Commit in scanmem/repos (10 files)

Levente Polyak anthraxx at archlinux.org
Sat Mar 12 19:11:57 UTC 2016


    Date: Saturday, March 12, 2016 @ 20:11:57
  Author: anthraxx
Revision: 166429

archrelease: copy trunk to community-i686, community-x86_64

Added:
  scanmem/repos/community-i686/PKGBUILD
    (from rev 166428, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-i686/scanmem.install
    (from rev 166428, scanmem/trunk/scanmem.install)
  scanmem/repos/community-x86_64/PKGBUILD
    (from rev 166428, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-x86_64/scanmem.install
    (from rev 166428, scanmem/trunk/scanmem.install)
Deleted:
  scanmem/repos/community-i686/PKGBUILD
  scanmem/repos/community-i686/drop-gtk-update-icon.patch
  scanmem/repos/community-i686/scanmem.install
  scanmem/repos/community-x86_64/PKGBUILD
  scanmem/repos/community-x86_64/drop-gtk-update-icon.patch
  scanmem/repos/community-x86_64/scanmem.install

---------------------------------------------+
 /PKGBUILD                                   |   64 ++++++++++++++++++++++++++
 /scanmem.install                            |   46 ++++++++++++++++++
 community-i686/PKGBUILD                     |   39 ---------------
 community-i686/drop-gtk-update-icon.patch   |   16 ------
 community-i686/scanmem.install              |   23 ---------
 community-x86_64/PKGBUILD                   |   39 ---------------
 community-x86_64/drop-gtk-update-icon.patch |   16 ------
 community-x86_64/scanmem.install            |   23 ---------
 8 files changed, 110 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-12 19:11:47 UTC (rev 166428)
+++ community-i686/PKGBUILD	2016-03-12 19:11:57 UTC (rev 166429)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael P <ptchinster at archlinux.us>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Elmo Todurov <todurov at gmail.com>
-# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
-
-pkgname=scanmem
-pkgver=0.15.5
-pkgrel=1
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
-url="https://github.com/scanmem/scanmem"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('pygtk' 'python-gobject' 'polkit')
-makedepends=('intltool')
-install=scanmem.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz
-        drop-gtk-update-icon.patch)
-sha512sums=('e9d5c63a89a30462a8ab65a5426d13d36324984ca341f737a65756ee7b27e5621810ec730dc3c46718ce90400b63b7540594110d177496b43b8fe2ced7618247'
-            '5df78e2dcdaf5c2bf355911f9851375ffeed819dd50bfdc47c5cb8096eaa9b7aa69b7852b937b782661e27d213d8543309dedd92ada38e225fd1375e3f12fe3c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Rp1 < "${srcdir}/drop-gtk-update-icon.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-i686/PKGBUILD (from rev 166428, scanmem/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-12 19:11:57 UTC (rev 166429)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael P <ptchinster at archlinux.us>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Elmo Todurov <todurov at gmail.com>
+# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
+
+pkgname=scanmem
+pkgver=0.15.6
+pkgrel=1
+pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
+url="https://github.com/scanmem/scanmem"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('pygtk' 'python-gobject' 'polkit')
+makedepends=('intltool')
+install=scanmem.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('2367de35683a3b9debb8aacb15b418059d2a83f847528c707817fed7a96e8a17a712a7a13ff1526363f20c00d5c64560d488bc62e40677369d731561ac6dad72')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/drop-gtk-update-icon.patch
===================================================================
--- community-i686/drop-gtk-update-icon.patch	2016-03-12 19:11:47 UTC (rev 166428)
+++ community-i686/drop-gtk-update-icon.patch	2016-03-12 19:11:57 UTC (rev 166429)
@@ -1,16 +0,0 @@
- gui/icons/Makefile.am | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/gui/icons/Makefile.am b/gui/icons/Makefile.am
-index e67c987..678d43f 100644
---- a/gui/icons/Makefile.am
-+++ b/gui/icons/Makefile.am
-@@ -6,3 +6,8 @@ EXTRA_DIST = $(icons48_DATA) $(icons72_DATA) $(icons128_DATA)
- icon48dir = $(datadir)/icons/hicolor/48x48/apps
- icon72dir = $(datadir)/icons/hicolor/72x72/apps
- icon128dir = $(datadir)/icons/hicolor/128x128/apps
-+
-+install-data-hook:
-+	if [ -n "`which gtk-update-icon-cache`" ]; then \
-+		gtk-update-icon-cache $(datadir)/icons/hicolor; \
-+	fi

Deleted: community-i686/scanmem.install
===================================================================
--- community-i686/scanmem.install	2016-03-12 19:11:47 UTC (rev 166428)
+++ community-i686/scanmem.install	2016-03-12 19:11:57 UTC (rev 166429)
@@ -1,23 +0,0 @@
-update_cache() {
-  if [ -x usr/bin/xdg-icon-resource ]; then
-    xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
-  fi
-
-  if [ -x usr/bin/update-desktop-database ]; then
-    usr/bin/update-desktop-database -q
-  fi
-}
-
-post_install() {
-  update_cache
-}
-
-post_upgrade() {
-  update_cache
-}
-
-post_remove() {
-  update_cache
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-i686/scanmem.install (from rev 166428, scanmem/trunk/scanmem.install)
===================================================================
--- community-i686/scanmem.install	                        (rev 0)
+++ community-i686/scanmem.install	2016-03-12 19:11:57 UTC (rev 166429)
@@ -0,0 +1,23 @@
+update_cache() {
+  if [ -x usr/bin/xdg-icon-resource ]; then
+    xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
+  fi
+
+  if [ -x usr/bin/update-desktop-database ]; then
+    usr/bin/update-desktop-database -q
+  fi
+}
+
+post_install() {
+  update_cache
+}
+
+post_upgrade() {
+  update_cache
+}
+
+post_remove() {
+  update_cache
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-12 19:11:47 UTC (rev 166428)
+++ community-x86_64/PKGBUILD	2016-03-12 19:11:57 UTC (rev 166429)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael P <ptchinster at archlinux.us>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Elmo Todurov <todurov at gmail.com>
-# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
-
-pkgname=scanmem
-pkgver=0.15.5
-pkgrel=1
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
-url="https://github.com/scanmem/scanmem"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('pygtk' 'python-gobject' 'polkit')
-makedepends=('intltool')
-install=scanmem.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz
-        drop-gtk-update-icon.patch)
-sha512sums=('e9d5c63a89a30462a8ab65a5426d13d36324984ca341f737a65756ee7b27e5621810ec730dc3c46718ce90400b63b7540594110d177496b43b8fe2ced7618247'
-            '5df78e2dcdaf5c2bf355911f9851375ffeed819dd50bfdc47c5cb8096eaa9b7aa69b7852b937b782661e27d213d8543309dedd92ada38e225fd1375e3f12fe3c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Rp1 < "${srcdir}/drop-gtk-update-icon.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-x86_64/PKGBUILD (from rev 166428, scanmem/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-12 19:11:57 UTC (rev 166429)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael P <ptchinster at archlinux.us>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Elmo Todurov <todurov at gmail.com>
+# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
+
+pkgname=scanmem
+pkgver=0.15.6
+pkgrel=1
+pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
+url="https://github.com/scanmem/scanmem"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('pygtk' 'python-gobject' 'polkit')
+makedepends=('intltool')
+install=scanmem.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('2367de35683a3b9debb8aacb15b418059d2a83f847528c707817fed7a96e8a17a712a7a13ff1526363f20c00d5c64560d488bc62e40677369d731561ac6dad72')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/drop-gtk-update-icon.patch
===================================================================
--- community-x86_64/drop-gtk-update-icon.patch	2016-03-12 19:11:47 UTC (rev 166428)
+++ community-x86_64/drop-gtk-update-icon.patch	2016-03-12 19:11:57 UTC (rev 166429)
@@ -1,16 +0,0 @@
- gui/icons/Makefile.am | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/gui/icons/Makefile.am b/gui/icons/Makefile.am
-index e67c987..678d43f 100644
---- a/gui/icons/Makefile.am
-+++ b/gui/icons/Makefile.am
-@@ -6,3 +6,8 @@ EXTRA_DIST = $(icons48_DATA) $(icons72_DATA) $(icons128_DATA)
- icon48dir = $(datadir)/icons/hicolor/48x48/apps
- icon72dir = $(datadir)/icons/hicolor/72x72/apps
- icon128dir = $(datadir)/icons/hicolor/128x128/apps
-+
-+install-data-hook:
-+	if [ -n "`which gtk-update-icon-cache`" ]; then \
-+		gtk-update-icon-cache $(datadir)/icons/hicolor; \
-+	fi

Deleted: community-x86_64/scanmem.install
===================================================================
--- community-x86_64/scanmem.install	2016-03-12 19:11:47 UTC (rev 166428)
+++ community-x86_64/scanmem.install	2016-03-12 19:11:57 UTC (rev 166429)
@@ -1,23 +0,0 @@
-update_cache() {
-  if [ -x usr/bin/xdg-icon-resource ]; then
-    xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
-  fi
-
-  if [ -x usr/bin/update-desktop-database ]; then
-    usr/bin/update-desktop-database -q
-  fi
-}
-
-post_install() {
-  update_cache
-}
-
-post_upgrade() {
-  update_cache
-}
-
-post_remove() {
-  update_cache
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-x86_64/scanmem.install (from rev 166428, scanmem/trunk/scanmem.install)
===================================================================
--- community-x86_64/scanmem.install	                        (rev 0)
+++ community-x86_64/scanmem.install	2016-03-12 19:11:57 UTC (rev 166429)
@@ -0,0 +1,23 @@
+update_cache() {
+  if [ -x usr/bin/xdg-icon-resource ]; then
+    xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
+  fi
+
+  if [ -x usr/bin/update-desktop-database ]; then
+    usr/bin/update-desktop-database -q
+  fi
+}
+
+post_install() {
+  update_cache
+}
+
+post_upgrade() {
+  update_cache
+}
+
+post_remove() {
+  update_cache
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list