summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikuro Kagamine2017-03-04 15:16:52 +1000
committerMikuro Kagamine2017-03-04 15:16:52 +1000
commit16b9cf4cc2303223e6a7297f6fa19835e00b3f32 (patch)
tree0649cc3d05643d61a579ef059a9581f2e1f3758c
downloadaur-16b9cf4cc2303223e6a7297f6fa19835e00b3f32.tar.gz
Initial
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8bf56141bd60
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = icesimple-icewm-theme
+ pkgdesc = IceSimple is an IceWM port of the 'Simple' Metacity theme.
+ pkgver = 1.0.1
+ pkgrel = 1
+ url = https://www.box-look.org/p/1018247/
+ arch = any
+ license = GPLv2+
+ depends = icewm
+ source = https://dl.opendesktop.org/api/files/download/id/1460770096/59839-IceSimple.tar.gz
+ sha256sums = 041f02b07d3e788d357a6800b48678976dec9671ff54f55840643522a5775975
+
+pkgname = icesimple-icewm-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..04f287c24761
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Mikuro Kagamine <mikurok@forgecrushing.com>
+
+pkgname=icesimple-icewm-theme
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="IceSimple is an IceWM port of the 'Simple' Metacity theme."
+arch=('any')
+url="https://www.box-look.org/p/1018247/"
+license=('GPLv2+')
+depends=('icewm')
+source=("https://dl.opendesktop.org/api/files/download/id/1460770096/59839-IceSimple.tar.gz")
+sha256sums=('041f02b07d3e788d357a6800b48678976dec9671ff54f55840643522a5775975')
+
+package() {
+ mkdir -p "${pkgdir}/usr/share/icewm/themes"
+ cp -r "${srcdir}/IceSimple" "${pkgdir}/usr/share/icewm/themes/"
+}