summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorente2016-12-09 07:37:09 +0100
committerente2016-12-09 07:37:09 +0100
commit165d0413d821d18975d1bc9545f87cb7011ed2ae (patch)
tree5e645596e2fbef9d8107be0519cefffe22b9ebfd
downloadaur-icc-x360-qhd.tar.gz
initial commit
-rw-r--r--.SRCINFO13
-rwxr-xr-xPKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2023cde0c522
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = icc-x360-qhd
+ pkgdesc = An ICC profile for the HP Spectre x360 with QHD screen (created on a Spectre x360 4231 using a colormunki Display colorimeter)
+ pkgver = 1.0.0
+ pkgrel = 0
+ url = https://wiki.archlinux.org/index.php/HP_Spectre_x360_4231
+ arch = any
+ license = public domain
+ provides = icc-x360-qhd
+ source = git+https://github.com/ente76/icc-x360-qhd.git
+ md5sums = SKIP
+
+pkgname = icc-x360-qhd
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..260942bf9f4c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+#Maintainer: ente <mail@ck76.de>
+
+pkgname=icc-x360-qhd
+pkgver=1.0.0
+pkgrel=0
+pkgdesc="An ICC profile for the HP Spectre x360 with QHD screen (created on a Spectre x360 4231 using a colormunki Display colorimeter)"
+url="https://wiki.archlinux.org/index.php/HP_Spectre_x360_4231"
+arch=('any')
+license=('public domain')
+provides=('icc-x360-qhd')
+source=('git+https://github.com/ente76/icc-x360-qhd.git')
+md5sums=('SKIP')
+
+package() {
+ msg "profiles are stored in /var/lib/colord/icc"
+ msg "you must activate it manually in your system settings"
+ install -d "${pkgdir}"/var/lib/colord/icc
+ install -m644 */*.icc "${pkgdir}"/var/lib/colord/icc
+} \ No newline at end of file