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

Levente Polyak anthraxx at archlinux.org
Thu May 5 18:26:56 UTC 2016


    Date: Thursday, May 5, 2016 @ 20:26:55
  Author: anthraxx
Revision: 173853

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

Added:
  scanmem/repos/community-i686/PKGBUILD
    (from rev 173852, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-x86_64/PKGBUILD
    (from rev 173852, scanmem/trunk/PKGBUILD)
Deleted:
  scanmem/repos/community-i686/PKGBUILD
  scanmem/repos/community-i686/scanmem.install
  scanmem/repos/community-x86_64/PKGBUILD
  scanmem/repos/community-x86_64/scanmem.install

----------------------------------+
 /PKGBUILD                        |   62 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   32 -------------------
 community-i686/scanmem.install   |   23 -------------
 community-x86_64/PKGBUILD        |   32 -------------------
 community-x86_64/scanmem.install |   23 -------------
 5 files changed, 62 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-05 18:26:43 UTC (rev 173852)
+++ community-i686/PKGBUILD	2016-05-05 18:26:55 UTC (rev 173853)
@@ -1,32 +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.6
-pkgrel=3
-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=('gtk3' '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:

Copied: scanmem/repos/community-i686/PKGBUILD (from rev 173852, scanmem/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-05 18:26:55 UTC (rev 173853)
@@ -0,0 +1,31 @@
+# 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.7
+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=('gtk3' 'python-gobject' 'polkit')
+makedepends=('intltool')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('05ce976282aac9a9e34f3a40c9258cd8970b14891fe2e61c4e9029f3bfcf8ce4d21231b71b1c598f9e3b46d69db7d3363edd6ed199f4c3f3015497438043d052')
+
+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/scanmem.install
===================================================================
--- community-i686/scanmem.install	2016-05-05 18:26:43 UTC (rev 173852)
+++ community-i686/scanmem.install	2016-05-05 18:26:55 UTC (rev 173853)
@@ -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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-05 18:26:43 UTC (rev 173852)
+++ community-x86_64/PKGBUILD	2016-05-05 18:26:55 UTC (rev 173853)
@@ -1,32 +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.6
-pkgrel=3
-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=('gtk3' '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:

Copied: scanmem/repos/community-x86_64/PKGBUILD (from rev 173852, scanmem/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-05 18:26:55 UTC (rev 173853)
@@ -0,0 +1,31 @@
+# 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.7
+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=('gtk3' 'python-gobject' 'polkit')
+makedepends=('intltool')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('05ce976282aac9a9e34f3a40c9258cd8970b14891fe2e61c4e9029f3bfcf8ce4d21231b71b1c598f9e3b46d69db7d3363edd6ed199f4c3f3015497438043d052')
+
+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/scanmem.install
===================================================================
--- community-x86_64/scanmem.install	2016-05-05 18:26:43 UTC (rev 173852)
+++ community-x86_64/scanmem.install	2016-05-05 18:26:55 UTC (rev 173853)
@@ -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:



More information about the arch-commits mailing list