summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD18
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d646c186960..014367a8edfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = mint-y-icons
- pkgdesc = New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases
+ pkgdesc = A flat, colorful, and modern theme based on Paper and Moka
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = http://packages.linuxmint.com/pool/main/m/mint-y-icons
arch = any
license = GPL3
depends = gtk-update-icon-cache
+ depends = hicolor-icon-theme
optdepends = mint-x-icons: enable additional icons to inheritage
conflicts = mint-y-icons-git
source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.3.0.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 940185da9738..764db2d759b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,19 @@
pkgname=mint-y-icons
pkgver=1.3.0
-pkgrel=1
-pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases"
+pkgrel=2
+pkgdesc="A flat, colorful, and modern theme based on Paper and Moka"
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL3')
-depends=(gtk-update-icon-cache)
+depends=('gtk-update-icon-cache'
+ 'hicolor-icon-theme')
optdepends=("mint-x-icons: enable additional icons to inheritage")
-conflicts=(mint-y-icons-git)
+conflicts=("mint-y-icons-git")
source=("${url}/${pkgname}_${pkgver}.tar.xz")
sha256sums=('e327656780492de93804e7e0ec5e16893bd2e948709328ad6f2bab781738361d')
-#prepare() {
-# find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +
-# find "${srcdir}" -type f ! -perm 644 -exec chmod 644 {} +
-#}
-
package() {
- cd $srcdir/$pkgname
- cp -r usr $pkgdir
+ cd "${srcdir}"/"${pkgname}"
+ cp -r usr "${pkgdir}"
}