summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-05-05 14:31:23 +0200
committerErik Dubois2019-05-05 14:31:23 +0200
commitbc4de3350d0ffe9595b886b31aa48197cfcf5bae (patch)
treeaeabf288a01033fb844f53809033d4323eb7286c
parentd0ddda71a96fc2c58a0b49c2a2bf3f6c362f5f15 (diff)
downloadaur-bc4de3350d0ffe9595b886b31aa48197cfcf5bae.tar.gz
no dark themes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8a0c111437c..44cac820f902 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = surfn-mint-y-icons-git
pkgdesc = New icons from LinuxMint 18 inspired by the Moka icon set with Surfn as main icon set
pkgver = 367.60234a76
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/linuxmint/mint-y-icons
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index c8fcfcad99ac..86f1c486badf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=surfn-mint-y-icons-git
_pkgname=surfn-mint-y-icons
pkgver=367.60234a76
-pkgrel=1
+pkgrel=3
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set with Surfn as main icon set"
arch=('any')
url="https://github.com/linuxmint/mint-y-icons"
@@ -22,6 +22,17 @@ pkgver() {
package() {
cd ${srcdir}/${_pkgname}/usr/share/icons
rm -rf Mint-Y
+ rm -rf Mint-Y-Dark
+ rm -rf Mint-Y-Dark-Aqua
+ rm -rf Mint-Y-Dark-Blue
+ rm -rf Mint-Y-Dark-Brown
+ rm -rf Mint-Y-Dark-Grey
+ rm -rf Mint-Y-Dark-Orange
+ rm -rf Mint-Y-Dark-Pink
+ rm -rf Mint-Y-Dark-Purple
+ rm -rf Mint-Y-Dark-Red
+ rm -rf Mint-Y-Dark-Sand
+ rm -rf Mint-Y-Dark-Teal
find . -name "index.theme" -type f -exec sed -i "s/Name=Mint-Y-/Name=Surfn-Mint-Y-/g" {} \;
find . -name "index.theme" -type f -exec sed -i "s/Inherits=Mint-Y,Adwaita,gnome,hicolor/Inherits=Surfn,Adwaita,gnome,hicolor/g" {} \;
mv Mint-Y-Aqua Surfn-Mint-Y-Aqua