[arch-commits] Commit in nemo-theme-glacier/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Mar 2 22:53:35 UTC 2022


    Date: Wednesday, March 2, 2022 @ 22:53:35
  Author: felixonmars
Revision: 1139982

archrelease: copy trunk to community-any

Added:
  nemo-theme-glacier/repos/community-any/
  nemo-theme-glacier/repos/community-any/PKGBUILD
    (from rev 1139981, nemo-theme-glacier/trunk/PKGBUILD)

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Copied: nemo-theme-glacier/repos/community-any/PKGBUILD (from rev 1139981, nemo-theme-glacier/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2022-03-02 22:53:35 UTC (rev 1139982)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=nemo-theme-glacier
+pkgver=0.2
+pkgrel=1
+pkgdesc="Nemo Mobile Glacier UI theme"
+arch=('any')
+url="https://github.com/nemomobile-ux/nemo-theme-glacier"
+license=('LGPL')
+source=("https://github.com/nemomobile-ux/nemo-theme-glacier/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('de42bded4892564e460b01cb8fc7c88acd9842b82364eb21def2e9616152b130c94f345cbcbfef2646975b3d0117058805cbcd8c87a5c25bb2168152e6b04b61')
+
+package() {
+  cd nemo-theme-glacier-$pkgver
+  install -Dm644 icons/fontawesome/* -t "$pkgdir"/usr/share/themes/glacier/fontawesome/icons/
+  install -Dm644 icons/meegotouch/* -t "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/
+  install -Dm644 index.theme -t "$pkgdir"/usr/share/themes/glacier/
+
+  install -Dm644 sounds/glacier/stereo/* -t "$pkgdir"/usr/share/sounds/glacier/stereo/
+
+  ln -s icon-app-terminal.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-l-terminal.png
+  ln -s icon-app-settings.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-l-settings.png
+  ln -s icon-app-screenshot.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-screenshot.png
+  ln -s icon-app-browser.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-browser.png
+  ln -s icon-app-calculator.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-calculator.png
+  ln -s icon-app-calendar.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-calendar.png
+  ln -s icon-app-camera.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-camera.png
+  ln -s icon-app-clock.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-clock.png
+  ln -s icon-app-email.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-email.png
+  ln -s icon-app-gallery.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-gallery.png
+  ln -s icon-app-music.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-mediaplayer.png
+  ln -s icon-app-conversation.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-messaging.png
+  ln -s icon-app-notes.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-notes.png
+  ln -s icon-app-documents.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-office.png
+  ln -s icon-app-contacts.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-people.png
+  ln -s icon-app-dialer.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-phone.png
+  ln -s icon-app-settings.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-settings.png
+  ln -s icon-app-terminal.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-shell.png
+  ln -s icon-app-packages.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-store.png
+  ln -s icon-app-weather.png "$pkgdir"/usr/share/themes/glacier/meegotouch/icons/icon-launcher-weather.png
+}



More information about the arch-commits mailing list