summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0ed5b4ccd2b..476b4d20cb62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = image-roll
pkgdesc = A simple and fast GTK image viewer with basic image manipulation tools
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/weclaw1/image-roll
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 04a56b20db5f..72bb6643997e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=image-roll
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A simple and fast GTK image viewer with basic image manipulation tools"
arch=('x86_64')
url="https://github.com/weclaw1/image-roll"
@@ -25,6 +25,9 @@ check() {
package() {
cd "$pkgname-$pkgver"
install -Dvm 755 target/release/image-roll -t "$pkgdir/usr/bin/"
+ install -Dvm 644 src/resources/com.github.weclaw1.ImageRoll.desktop -t "$pkgdir/usr/share/applications/"
+ install -Dvm 644 src/resources/com.github.weclaw1.ImageRoll.svg -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
+ install -Dvm 644 src/resources/com.github.weclaw1.ImageRoll.metainfo.xml -t "$pkgdir/usr/share/metainfo/"
install -Dvm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dvm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
}