[arch-commits] Commit in sqliteman/repos (6 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Dec 7 07:50:54 UTC 2015
Date: Monday, December 7, 2015 @ 08:50:54
Author: bpiotrowski
Revision: 149731
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
sqliteman/repos/community-staging-i686/
sqliteman/repos/community-staging-i686/PKGBUILD
(from rev 149730, sqliteman/trunk/PKGBUILD)
sqliteman/repos/community-staging-i686/sqliteman.install
(from rev 149730, sqliteman/trunk/sqliteman.install)
sqliteman/repos/community-staging-x86_64/
sqliteman/repos/community-staging-x86_64/PKGBUILD
(from rev 149730, sqliteman/trunk/PKGBUILD)
sqliteman/repos/community-staging-x86_64/sqliteman.install
(from rev 149730, sqliteman/trunk/sqliteman.install)
--------------------------------------------+
community-staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++++
community-staging-i686/sqliteman.install | 12 +++++++++
community-staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++
community-staging-x86_64/sqliteman.install | 12 +++++++++
4 files changed, 94 insertions(+)
Copied: sqliteman/repos/community-staging-i686/PKGBUILD (from rev 149730, sqliteman/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 07:50:54 UTC (rev 149731)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Roman Porizka <artee at beer.cz>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=sqliteman
+pkgver=1.2.2
+pkgrel=9
+pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
+arch=('i686' 'x86_64')
+url="http://sqliteman.com/"
+license=('GPL')
+depends=('qscintilla')
+makedepends=('cmake')
+install=sqliteman.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5ecdf710e23606e1b924f740ea69306d')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: sqliteman/repos/community-staging-i686/sqliteman.install (from rev 149730, sqliteman/trunk/sqliteman.install)
===================================================================
--- community-staging-i686/sqliteman.install (rev 0)
+++ community-staging-i686/sqliteman.install 2015-12-07 07:50:54 UTC (rev 149731)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: sqliteman/repos/community-staging-x86_64/PKGBUILD (from rev 149730, sqliteman/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 07:50:54 UTC (rev 149731)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Roman Porizka <artee at beer.cz>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=sqliteman
+pkgver=1.2.2
+pkgrel=9
+pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
+arch=('i686' 'x86_64')
+url="http://sqliteman.com/"
+license=('GPL')
+depends=('qscintilla')
+makedepends=('cmake')
+install=sqliteman.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5ecdf710e23606e1b924f740ea69306d')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: sqliteman/repos/community-staging-x86_64/sqliteman.install (from rev 149730, sqliteman/trunk/sqliteman.install)
===================================================================
--- community-staging-x86_64/sqliteman.install (rev 0)
+++ community-staging-x86_64/sqliteman.install 2015-12-07 07:50:54 UTC (rev 149731)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list