From 1b9f6dc846379470b620b5dbb9d4d7acd1de148c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Jan 2013 00:05:59 -0800 Subject: Mon Jan 28 00:05:59 PST 2013 --- community/monica/PKGBUILD | 33 ++++++ community/monica/monica.desktop | 10 ++ community/monica/monica.svg | 248 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 291 insertions(+) create mode 100644 community/monica/PKGBUILD create mode 100644 community/monica/monica.desktop create mode 100644 community/monica/monica.svg (limited to 'community/monica') diff --git a/community/monica/PKGBUILD b/community/monica/PKGBUILD new file mode 100644 index 000000000..3c24c4e7d --- /dev/null +++ b/community/monica/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 83166 2013-01-27 16:22:08Z pierre $ +# Maintainer: tobias +# Contributor: Tobias Kieslich + +pkgname=monica +pkgver=3.7 +pkgrel=2 +pkgdesc="A monitor calibration tool" +arch=('i686' 'x86_64') +url="http://www.pcbypaul.com/software/monica.html" +license=('BSD') +depends=('fltk' 'xorg-xgamma') +makedepends=('librsvg') +#http://www.pcbypaul.com/software/dl/${pkgname}-${pkgver}.tar.bz2 +source=(ftp://ftp.archlinux.org/other/monica/${pkgname}-${pkgver}.tar.bz2 \ + monica.desktop monica.svg) +md5sums=('490aabc35b830e4a3dc32a2f893ba805' + 'a337bfda1fca7228420db0ce92256816' + '4569f5df7d7b3eaf20108adf48e8dfe4') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + install -Dm755 monica "${pkgdir}/usr/bin/monica" + install -Dm644 "${srcdir}/monica.desktop" "${pkgdir}/usr/share/applications/monica.desktop" + install -Dm644 "${srcdir}/monica.svg" "${pkgdir}/usr/share/pixmaps/monica.svg" + rsvg-convert -w 64 -h 57 -f png -o "${pkgdir}/usr/share/pixmaps/monica.png" "${srcdir}/monica.svg" + install -Dm644 licence "${pkgdir}/usr/share/licenses/monica/license.txt" +} diff --git a/community/monica/monica.desktop b/community/monica/monica.desktop new file mode 100644 index 000000000..6b17659ca --- /dev/null +++ b/community/monica/monica.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Monica +Comment=Monitor Calibration for x-server +Exec=monica +Icon=monica +Terminal=false +Type=Application +X-MultipleArgs=false +Categories=Application;Settings;System; diff --git a/community/monica/monica.svg b/community/monica/monica.svg new file mode 100644 index 000000000..bb9f77d9b --- /dev/null +++ b/community/monica/monica.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + Created with Inkscape +http://www.inkscape.org/ + image/svg+xml + + ML-Term Icon + 2004-07-14 + + + Tobias Kieslich + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf