summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-04-30 11:10:42 +0300
committerChristoph Fink2020-04-30 11:10:42 +0300
commitfb427913323374dc6b0f1ff864c98ad4e7a9cb8e (patch)
treecb3e77939bd1f87c95c8cd1326b298bb98b88e0e
parent7b5365207c49d8d41d07291ef93325d90ea0f219 (diff)
downloadaur-gnome-shell-extension-cast-to-tv-git.tar.gz
README was not included in package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f4a8fcabbe0..afd22b4f0ca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gnome-shell-extension-cast-to-tv-git
pkgdesc = Cast files to your Chromecast or other devices over local network
pkgver = v12.r33.g1483c4e
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Rafostar/gnome-shell-extension-cast-to-tv
arch = x86_64
- license = GPL
+ license = GPL2
makedepends = git
makedepends = npm
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 19efdf04ddc3..d362180a1cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ _gnomeextensionname="cast-to-tv@rafostar.github.com"
url="https://github.com/Rafostar/gnome-shell-extension-cast-to-tv"
arch=("x86_64")
-license=("GPL")
+license=("GPL2")
pkgver=v12.r33.g1483c4e
-pkgrel=3
+pkgrel=4
provides=("gnome-shell-extension-cast-to-tv")
conflicts=("gnome-shell-extension-cast-to-tv")
@@ -63,13 +63,18 @@ package() {
install \
-Dm644 \
+ "README.md" \
+ "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+
+ install \
+ -Dm644 \
"schemas/org.gnome.shell.extensions.cast-to-tv.gschema.xml" \
"${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.cast-to-tv.gschema.xml"
install \
-Dm644 \
nautilus/nautilus-cast-to-tv.py \
- "$pkgdir/usr/share/nautilus-python/extensions/nautilus-cast-to-tv.py"
+ "${pkgdir}/usr/share/nautilus-python/extensions/nautilus-cast-to-tv.py"
# Non-deterministic race in npm gives 777 permissions to random directories.
# See https://github.com/npm/npm/issues/9359 for details.