summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2020-04-30 11:10:09 +0300
committerChristoph Fink2020-04-30 11:10:09 +0300
commit554839312f076dc2810828ff746ca64229cb9f32 (patch)
treea290822697d5d811bd7a4744b86a8cf3fa6e2dad /PKGBUILD
parent9c43297810516dcc5807229e758420b908d8d2f9 (diff)
downloadaur-gnome-shell-extension-cast-to-tv.tar.gz
README was not included in package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d109d91173ed..a855cc069ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ _gnomeextensionname="cast-to-tv@rafostar.github.com"
url="https://github.com/Rafostar/$pkgname"
arch=("x86_64")
-license=("GPL")
+license=("GPL2")
pkgver=15
-pkgrel=0
+pkgrel=1
depends=(
"gnome-shell"
@@ -55,13 +55,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.