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

Levente Polyak anthraxx at archlinux.org
Thu May 5 21:06:46 UTC 2016


    Date: Thursday, May 5, 2016 @ 23:06:46
  Author: anthraxx
Revision: 173874

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

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

------------------------------------+
 /PKGBUILD                          |   98 +++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD            |   50 -----------------
 community-i686/keepassx2.install   |   13 ----
 community-x86_64/PKGBUILD          |   50 -----------------
 community-x86_64/keepassx2.install |   13 ----
 5 files changed, 98 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-05 21:06:34 UTC (rev 173873)
+++ community-i686/PKGBUILD	2016-05-05 21:06:46 UTC (rev 173874)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael Laß <bevan at bi-co.net>
-# Contributor: Marat "Morion" Talipov <morion.self at gmail.com>
-
-pkgname=keepassx2
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Cross platform password manager"
-url="https://www.keepassx.org"
-arch=('i686' 'x86_64')
-license=('GPL2' 'GPL3')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-makedepends=('intltool' 'cmake' 'optipng')
-options=('!emptydirs')
-install=keepassx2.install
-source=(https://www.keepassx.org/releases/${pkgver}/keepassx-${pkgver}.tar.gz{,.sig})
-sha512sums=('3f661d3b5807c5acafc65310ecd8bd4d0bcd51a0c919e219bba616cb3f54434f8f81ba533ab5ccec00d454838355ff048f4ffbc308442fad4f973d1766b95072'
-            'SKIP')
-validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
-
-prepare() {
-  cd keepassx-${pkgver}
-  mkdir build
-  sed -r 's|(keepassx)|\12|g' -i CMakeLists.txt share/linux/keepassx.desktop
-  sed -r 's|(keepassx)(\.desktop\|\.xml)|\12\2|g' -i share/CMakeLists.txt
-  sed -r 's|(KeePassX)|\1 2|g' -i share/linux/keepassx.desktop
-  rename 'keepassx' 'keepassx2' share/linux/keepassx.{desktop,xml}
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-build() {
-  cd keepassx-${pkgver}/build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-check() {
-  cd keepassx-${pkgver}/build
-  make test
-}
-
-package() {
-  cd keepassx-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  rename 'keepassx' 'keepassx2' "${pkgdir}"/usr/share/icons/hicolor/*/*/keepassx.png
-}
-
-# vim: ts=2 sw=2 et:

Copied: keepassx2/repos/community-i686/PKGBUILD (from rev 173873, keepassx2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-05 21:06:46 UTC (rev 173874)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael Laß <bevan at bi-co.net>
+# Contributor: Marat "Morion" Talipov <morion.self at gmail.com>
+
+pkgname=keepassx2
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="Cross platform password manager"
+url="https://www.keepassx.org"
+arch=('i686' 'x86_64')
+license=('GPL2' 'GPL3')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('intltool' 'cmake' 'optipng')
+options=('!emptydirs')
+source=(https://www.keepassx.org/releases/${pkgver}/keepassx-${pkgver}.tar.gz{,.sig})
+sha512sums=('3f661d3b5807c5acafc65310ecd8bd4d0bcd51a0c919e219bba616cb3f54434f8f81ba533ab5ccec00d454838355ff048f4ffbc308442fad4f973d1766b95072'
+            'SKIP')
+validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
+
+prepare() {
+  cd keepassx-${pkgver}
+  mkdir build
+  sed -r 's|(keepassx)|\12|g' -i CMakeLists.txt share/linux/keepassx.desktop
+  sed -r 's|(keepassx)(\.desktop\|\.xml)|\12\2|g' -i share/CMakeLists.txt
+  sed -r 's|(KeePassX)|\1 2|g' -i share/linux/keepassx.desktop
+  rename 'keepassx' 'keepassx2' share/linux/keepassx.{desktop,xml}
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+build() {
+  cd keepassx-${pkgver}/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+check() {
+  cd keepassx-${pkgver}/build
+  make test
+}
+
+package() {
+  cd keepassx-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  rename 'keepassx' 'keepassx2' "${pkgdir}"/usr/share/icons/hicolor/*/*/keepassx.png
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/keepassx2.install
===================================================================
--- community-i686/keepassx2.install	2016-05-05 21:06:34 UTC (rev 173873)
+++ community-i686/keepassx2.install	2016-05-05 21:06:46 UTC (rev 173874)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-05 21:06:34 UTC (rev 173873)
+++ community-x86_64/PKGBUILD	2016-05-05 21:06:46 UTC (rev 173874)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael Laß <bevan at bi-co.net>
-# Contributor: Marat "Morion" Talipov <morion.self at gmail.com>
-
-pkgname=keepassx2
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Cross platform password manager"
-url="https://www.keepassx.org"
-arch=('i686' 'x86_64')
-license=('GPL2' 'GPL3')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-makedepends=('intltool' 'cmake' 'optipng')
-options=('!emptydirs')
-install=keepassx2.install
-source=(https://www.keepassx.org/releases/${pkgver}/keepassx-${pkgver}.tar.gz{,.sig})
-sha512sums=('3f661d3b5807c5acafc65310ecd8bd4d0bcd51a0c919e219bba616cb3f54434f8f81ba533ab5ccec00d454838355ff048f4ffbc308442fad4f973d1766b95072'
-            'SKIP')
-validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
-
-prepare() {
-  cd keepassx-${pkgver}
-  mkdir build
-  sed -r 's|(keepassx)|\12|g' -i CMakeLists.txt share/linux/keepassx.desktop
-  sed -r 's|(keepassx)(\.desktop\|\.xml)|\12\2|g' -i share/CMakeLists.txt
-  sed -r 's|(KeePassX)|\1 2|g' -i share/linux/keepassx.desktop
-  rename 'keepassx' 'keepassx2' share/linux/keepassx.{desktop,xml}
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-build() {
-  cd keepassx-${pkgver}/build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-check() {
-  cd keepassx-${pkgver}/build
-  make test
-}
-
-package() {
-  cd keepassx-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  rename 'keepassx' 'keepassx2' "${pkgdir}"/usr/share/icons/hicolor/*/*/keepassx.png
-}
-
-# vim: ts=2 sw=2 et:

Copied: keepassx2/repos/community-x86_64/PKGBUILD (from rev 173873, keepassx2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-05 21:06:46 UTC (rev 173874)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael Laß <bevan at bi-co.net>
+# Contributor: Marat "Morion" Talipov <morion.self at gmail.com>
+
+pkgname=keepassx2
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="Cross platform password manager"
+url="https://www.keepassx.org"
+arch=('i686' 'x86_64')
+license=('GPL2' 'GPL3')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('intltool' 'cmake' 'optipng')
+options=('!emptydirs')
+source=(https://www.keepassx.org/releases/${pkgver}/keepassx-${pkgver}.tar.gz{,.sig})
+sha512sums=('3f661d3b5807c5acafc65310ecd8bd4d0bcd51a0c919e219bba616cb3f54434f8f81ba533ab5ccec00d454838355ff048f4ffbc308442fad4f973d1766b95072'
+            'SKIP')
+validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
+
+prepare() {
+  cd keepassx-${pkgver}
+  mkdir build
+  sed -r 's|(keepassx)|\12|g' -i CMakeLists.txt share/linux/keepassx.desktop
+  sed -r 's|(keepassx)(\.desktop\|\.xml)|\12\2|g' -i share/CMakeLists.txt
+  sed -r 's|(KeePassX)|\1 2|g' -i share/linux/keepassx.desktop
+  rename 'keepassx' 'keepassx2' share/linux/keepassx.{desktop,xml}
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+build() {
+  cd keepassx-${pkgver}/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+check() {
+  cd keepassx-${pkgver}/build
+  make test
+}
+
+package() {
+  cd keepassx-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  rename 'keepassx' 'keepassx2' "${pkgdir}"/usr/share/icons/hicolor/*/*/keepassx.png
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/keepassx2.install
===================================================================
--- community-x86_64/keepassx2.install	2016-05-05 21:06:34 UTC (rev 173873)
+++ community-x86_64/keepassx2.install	2016-05-05 21:06:46 UTC (rev 173874)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list