summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
-rw-r--r--librepcb-appimage.install16
3 files changed, 5 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbaef95c9cd3..c104dbc03b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Oct 22 12:57:56 UTC 2018
+# Mon Oct 22 13:10:09 UTC 2018
pkgbase = librepcb-appimage
pkgdesc = A free EDA software to develop printed circuit boards (binary AppImage version).
pkgver = 0.1.0_rc1
- pkgrel = 2
+ pkgrel = 3
url = http://librepcb.org/
- install = librepcb-appimage.install
arch = x86_64
license = GPL
- depends = qt5-base
depends = desktop-file-utils
depends = shared-mime-info
- depends = openssl
- depends = zlib
+ depends = hicolor-icon-theme
provides = librepcb
conflicts = librepcb
noextract = librepcb-0.1.0-rc1-linux-x86_64.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 117dad53cd92..565cb1855f27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,14 @@
pkgname=librepcb-appimage
pkgver=0.1.0_rc1
_pkgver=${pkgver/_/-}
-pkgrel=2
+pkgrel=3
pkgdesc="A free EDA software to develop printed circuit boards (binary AppImage version)."
arch=('x86_64')
url="http://librepcb.org/"
license=('GPL')
-depends=('qt5-base' 'desktop-file-utils' 'shared-mime-info' 'openssl' 'zlib')
-makedepends=()
+depends=('desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
provides=('librepcb')
conflicts=('librepcb')
-install=${pkgname}.install
_appimage="librepcb-${_pkgver}-linux-${arch}.AppImage"
noextract=("${_appimage}")
options=('!strip' '!emptydirs')
diff --git a/librepcb-appimage.install b/librepcb-appimage.install
deleted file mode 100644
index 423fbf48c248..000000000000
--- a/librepcb-appimage.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo "Update icon cache..."
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
- echo "Update mime database..."
- update-mime-database usr/share/mime &> /dev/null
- echo "Update desktop database..."
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}