summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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..6007967fc908
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat Oct 27 07:09:22 UTC 2018
+pkgbase = wm_theme_club_08
+ 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_08.tar.gz
+ md5sums = f13baeb67d5cbc10995629e3c1769147
+
+pkgname = wm_theme_club_08
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..bd616e823d95
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Konstantin Kogan <kostyalamer@yandex.ru>
+# Contributor: Konstantin Kogan <kostyalamer@yandex.ru>
+pkgname=wm_theme_club_08
+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_08.tar.gz")
+md5sums=('f13baeb67d5cbc10995629e3c1769147')
+depends=('windowmaker')
+license=('GPL2')
+
+package() {
+ cd ${pkgname}
+ mkdir -p "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_08.themed/"
+ install -m644 * "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_08.themed/"
+}
+
+