summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpinkman2019-06-19 18:04:37 +0200
committerpinkman2019-06-19 18:04:37 +0200
commit954645e23d45c452440d06f4b6248872244a8708 (patch)
treef2e8ec32cdc18ce3fa2dabe1cb6d52657176fb1b
parentf8d1718f2af4cbfd64016b005738af30b47a6cdc (diff)
downloadaur-954645e23d45c452440d06f4b6248872244a8708.tar.gz
set icon path fixed
should finally solve displaying the wrong icon
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--google-calendar-nativefier.desktop2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20e073287b2c..3d03f7058a26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-calendar-nativefier
pkgdesc = The Google Calendar app helps you spend less time managing your schedule and more time enjoying it.
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = https://calendar.google.com/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index add30aa02a43..057621f9f821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="google-calendar-nativefier"
-pkgver="0.3"
+pkgver="0.4"
pkgrel="1"
pkgdesc="The Google Calendar app helps you spend less time managing your schedule and more time enjoying it."
arch=("x86_64")
@@ -31,7 +31,7 @@ package() {
cp -rL "$srcdir/$instname-linux-"* "$pkgdir/opt/$pkgname"
ln -sf "/opt/$pkgname/$instname" "$pkgdir/usr/bin/$instname"
- ln -sf "/opt/$pkgname/resources/app/icon.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+ ln -sf "/opt/$pkgname/resources/app/icon.png" "$pkgdir/usr/share/pixmaps/$instname.png"
chmod 777 "$pkgdir/opt/$pkgname/resources/app/nativefier.json"
}
diff --git a/google-calendar-nativefier.desktop b/google-calendar-nativefier.desktop
index ce58590bcea9..62dce61abae3 100644
--- a/google-calendar-nativefier.desktop
+++ b/google-calendar-nativefier.desktop
@@ -3,6 +3,6 @@ Type=Application
Name=Google Calendar
Comment=The Google Calendar app helps you spend less time managing your schedule and more time enjoying it.
Exec=google-calendar
-Icon=google-calendar-nativefier
+Icon=/usr/share/pixmaps/google-calendar.png
Terminal=false
Categories=Productivity;Calendar;Google;Nativefier;