summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-02-10 16:43:10 +0100
committerRobin Candau2023-02-10 16:43:10 +0100
commitce6ae316e88e12130a8a6d50e85067e64dfd0208 (patch)
tree941712aff509893460887a08812cda47563323ef
parent549feb0a4463e6ebe680a9ff308836c468e449cd (diff)
downloadaur-ce6ae316e88e12130a8a6d50e85067e64dfd0208.tar.gz
Added the README.md file in the doc folder
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce25aab8eb6a..d3144edc4279 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-desktop-icons-ng
pkgdesc = A fork from the official desktop icons project, with several enhancements like Drag'n'Drop.
pkgver = 47
- pkgrel = 6
+ pkgrel = 7
url = https://gitlab.com/rastersoft/desktop-icons-ng
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 018119765766..7a1311c6d380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-extension-desktop-icons-ng
_pkgname=desktop-icons-ng
pkgver=47
-pkgrel=6
+pkgrel=7
pkgdesc="A fork from the official desktop icons project, with several enhancements like Drag'n'Drop."
arch=('x86_64' 'i686' 'aarch64')
url="https://gitlab.com/rastersoft/desktop-icons-ng"
@@ -22,4 +22,7 @@ build() {
package() {
meson install -C build --destdir "${pkgdir}"
+
+ cd "${_pkgname}-${pkgver}"
+ install -Dm 644 README.md "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
}