summaryrefslogtreecommitdiff
path: root/community/sqliteman
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/sqliteman
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/sqliteman')
-rw-r--r--community/sqliteman/PKGBUILD32
-rw-r--r--community/sqliteman/sqliteman.install12
2 files changed, 0 insertions, 44 deletions
diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD
deleted file mode 100644
index 10a21ffba..000000000
--- a/community/sqliteman/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 81006 2012-12-09 15:39:03Z andrea $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
-# Contributor: Roman Porizka <artee@beer.cz>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=sqliteman
-pkgver=1.2.2
-pkgrel=6
-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')
-
-build() {
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
diff --git a/community/sqliteman/sqliteman.install b/community/sqliteman/sqliteman.install
deleted file mode 100644
index ce8f7514f..000000000
--- a/community/sqliteman/sqliteman.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}