summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororumin2016-02-20 12:03:16 +0900
committerorumin2016-02-20 12:03:16 +0900
commit6d030b9af42f6ac68659fd68e2c3b982d8e2129e (patch)
tree6992467eedb971ace1306f64b383195204a19dce
downloadaur-6d030b9af42f6ac68659fd68e2c3b982d8e2129e.tar.gz
initial commit
-rw-r--r--.SRCINFO16
-rw-r--r--LICENSE.txt12
-rw-r--r--PKGBUILD23
3 files changed, 51 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..77fc7bbe3ccb
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat Feb 20 03:03:12 UTC 2016
+pkgbase = sound-theme-lbr-calc
+ pkgdesc = Sound theme for Linux desktop made by Japanimation voice actor 'SHIMODA Asami' and OpenSourceSoftwareChannel. This is made for cheering LibreOffice
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://www.oss-ch.jp/lbr/
+ arch = any
+ license = custom
+ source = LICENSE.txt
+ source = http://www.oss-ch.jp/lbr/lbr_ubuntu_calc.tgz
+ md5sums = 844cfb9446a71fb16f9bc554940f1e7b
+ md5sums = 0db7f9a9732a00e925ccdd5d740b3cb2
+
+pkgname = sound-theme-lbr-calc
+
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 000000000000..711d8b96921d
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,12 @@
+LICENSE
+
+These contents are copyrighted works of Open Source Software Channel Project.
+
+These contents may be used only for gratuitous deliverables (computer program
+include applications, movie, cd/dvd etc) by personal or non corporate
+organization.
+
+These contents may not be used for any purposes by profit organaization for any
+reasons.
+
+These contents may not be modified or altered in any way.
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..88b46bd1d13f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: orumin <dev@orum.in>
+
+pkgname=sound-theme-lbr-calc
+pkgver=1.0
+pkgrel=1
+pkgdesc="Sound theme for Linux desktop made by Japanimation voice actor 'SHIMODA Asami' and OpenSourceSoftwareChannel. This is made for cheering LibreOffice"
+arch=('any')
+url="https://www.oss-ch.jp/lbr/"
+license=('custom')
+source=("LICENSE.txt"
+ "http://www.oss-ch.jp/lbr/lbr_ubuntu_calc.tgz")
+md5sums=('844cfb9446a71fb16f9bc554940f1e7b'
+ '0db7f9a9732a00e925ccdd5d740b3cb2')
+
+package() {
+ cd ${srcdir}
+
+ install -dm755 "${pkgdir}/usr/share/sounds"
+ install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+ cp -r ./usr/share/sounds/LBR_Calc "${pkgdir}/usr/share/sounds/lbr-calc"
+ install -m644 ./LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}"
+}