summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2016-06-30 20:05:12 +0200
committerJuraj Fiala2016-06-30 20:05:12 +0200
commitd3d69bf0205f7eb2bb9af62b373368935a67937e (patch)
treee5f571be564cdcdc2d074353eb8c8bc9e9e64df5
parent72996103cf7e06eafd6c73e78487d144f369083e (diff)
downloadaur-d3d69bf0205f7eb2bb9af62b373368935a67937e.tar.gz
Fix package decriptions, small style fixes.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c5e555773c3..9a5a10ff8c91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 06:25:04 UTC 2016
+# Thu Jun 30 18:05:12 UTC 2016
pkgbase = adwaita-qt
pkgdesc = A style to bend Qt applications to look like they belong into GNOME Shell.
pkgver = 0.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/MartinBriza/adwaita-qt
arch = any
arch = i686
@@ -18,6 +18,7 @@ pkgbase = adwaita-qt
sha256sums = 48ccf17088afb77e98fe409f4dc6fdccd035bbdbcb51f0c2f0da00ef204daba0
pkgname = adwaita-qt5
+ pkgdesc = A style to bend Qt applications to look like they belong into GNOME Shell (Qt5 version).
arch = i686
arch = x86_64
depends = adwaita-qt-common
@@ -25,12 +26,14 @@ pkgname = adwaita-qt5
optdepends = adwaita-qt4: Qt4 version
pkgname = adwaita-qt4
+ pkgdesc = A style to bend Qt applications to look like they belong into GNOME Shell (Qt4 version).
arch = i686
arch = x86_64
depends = adwaita-qt-common
depends = qt4
pkgname = adwaita-qt-common
+ pkgdesc = A style to bend Qt applications to look like they belong into GNOME Shell (common files).
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f0be72497f17..6bd0366683b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,16 @@ pkgbase=adwaita-qt
pkgname=(
"${pkgbase}5"
"${pkgbase}4"
- "$pkgbase-common"
+ "${pkgbase}-common"
)
pkgver=0.4
-pkgrel=3
+pkgrel=4
pkgdesc='A style to bend Qt applications to look like they belong into GNOME Shell.'
arch=('any' 'i686' 'x86_64')
url="https://github.com/MartinBriza/$pkgbase"
license=('GPL' 'LGPL')
groups=('adwaita-qt')
-makedepends=(
- 'cmake'
- 'qt4'
- 'qt5-base'
-)
+makedepends=('cmake' 'qt4' 'qt5-base')
source=("https://github.com/MartinBriza/$pkgbase/archive/$pkgver.tar.gz")
sha256sums=('48ccf17088afb77e98fe409f4dc6fdccd035bbdbcb51f0c2f0da00ef204daba0')
@@ -65,6 +61,7 @@ build() {
}
package_adwaita-qt4() {
+ pkgdesc="${pkgdesc::-1} (Qt4 version)."
arch=('i686' 'x86_64')
depends=('adwaita-qt-common' 'qt4')
@@ -74,6 +71,7 @@ package_adwaita-qt4() {
}
package_adwaita-qt5() {
+ pkgdesc="${pkgdesc::-1} (Qt5 version)."
arch=('i686' 'x86_64')
depends=('adwaita-qt-common' 'qt5-base')
optdepends=('adwaita-qt4: Qt4 version')
@@ -84,6 +82,7 @@ package_adwaita-qt5() {
}
package_adwaita-qt-common() {
+ pkgdesc="${pkgdesc::-1} (common files)."
arch=('any')
license=('GPL')