From df95a6115e294a9fb0bc024c1ae5d7dccc99f852 Mon Sep 17 00:00:00 2001 From: milisbir Date: Thu, 21 Dec 2017 22:08:36 +0200 Subject: [PATCH] macos-simge.pkt --- talimatname/genel/m/macos-simge-tema/talimat | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 talimatname/genel/m/macos-simge-tema/talimat diff --git a/talimatname/genel/m/macos-simge-tema/talimat b/talimatname/genel/m/macos-simge-tema/talimat new file mode 100644 index 000000000..a26a90cd2 --- /dev/null +++ b/talimatname/genel/m/macos-simge-tema/talimat @@ -0,0 +1,19 @@ +# Tanım: MacOS Simge Teması +# URL: https://www.opendesktop.org/p/1102582 +# Paketçi: Oltulu +# Gerekler: +# Grup: grafik_tasarım + +isim=macos-simge-tema +surum=4.1.5 +devir=1 + +kaynak=(https://dl.opendesktop.org/api/files/downloadfile/id/1510321229/s/00c9ad9e9855d82ebdb05440ebc08aac/t/1513692922/macOS.tar.xz) + +derle() { + find -name '* *' -delete + cp macOS/status/symbolic/*.svg macOS/devices/symbolic + mv macOS/apps/128/accessories_calculator.png macOS/apps/128/accessories-calculator.png + + find */ -type f -exec install -Dm644 '{}' $PKG/usr/share/icons/'{}' \; +}