summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Kogan2018-10-26 18:50:21 +0000
committerKonstantin Kogan2018-10-26 18:50:21 +0000
commit3fc5989a093ef03b609812a2178fa27ebc8f21b0 (patch)
tree95da1be9ae61511fd7606224a551b450aa9a2fb1
downloadaur-3fc5989a093ef03b609812a2178fa27ebc8f21b0.tar.gz
useful commit message
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD21
2 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3d4c15ef595c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Oct 26 18:37:16 UTC 2018
+pkgbase = wm_theme_club_03
+ pkgdesc = Theme for Window Maker
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://forum.russ2.com/index.php?showtopic=2899
+ arch = i686
+ arch = x86_64
+ license = GPL2
+ depends = windowmaker
+ source = http://altlinuxclub.ru/arhiv/wm_theme_club_03.tar.gz
+ md5sums = 81df43092ca85b0a5f7cb6986f9ca0d0
+
+pkgname = wm_theme_club_03
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..92b328d5ee96
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Konstantin Kogan <kostyalamer@yandex.ru>
+# Contributor: Konstantin Kogan <kostyalamer@yandex.ru>
+pkgname=wm_theme_club_03
+pkgver=1.0
+pkgrel=1
+pkgdesc="Theme for Window Maker"
+arch=('i686' 'x86_64')
+url="http://forum.russ2.com/index.php?showtopic=2899"
+license=('GPL')
+source=("http://altlinuxclub.ru/arhiv/wm_theme_club_03.tar.gz")
+md5sums=('81df43092ca85b0a5f7cb6986f9ca0d0')
+depends=('windowmaker')
+license=('GPL2')
+
+package() {
+ cd ${pkgname}
+ mkdir -p "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_03.themed/"
+ install -m644 * "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_03.themed/"
+}
+
+