[arch-commits] Commit in monica/repos (10 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Aug 26 20:02:02 UTC 2013


    Date: Monday, August 26, 2013 @ 22:02:02
  Author: arodseth
Revision: 96371

archrelease: copy trunk to community-x86_64, community-i686

Added:
  monica/repos/community-i686/PKGBUILD
    (from rev 96370, monica/trunk/PKGBUILD)
  monica/repos/community-i686/monica.png
    (from rev 96370, monica/trunk/monica.png)
  monica/repos/community-x86_64/PKGBUILD
    (from rev 96370, monica/trunk/PKGBUILD)
  monica/repos/community-x86_64/monica.png
    (from rev 96370, monica/trunk/monica.png)
Deleted:
  monica/repos/community-i686/PKGBUILD
  monica/repos/community-i686/monica.desktop
  monica/repos/community-i686/monica.svg
  monica/repos/community-x86_64/PKGBUILD
  monica/repos/community-x86_64/monica.desktop
  monica/repos/community-x86_64/monica.svg

---------------------------------+
 /PKGBUILD                       |   88 ++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD         |   33 --------------
 community-i686/monica.desktop   |   10 ----
 community-x86_64/PKGBUILD       |   33 --------------
 community-x86_64/monica.desktop |   10 ----
 5 files changed, 88 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-26 20:01:51 UTC (rev 96370)
+++ community-i686/PKGBUILD	2013-08-26 20:02:02 UTC (rev 96371)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-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"
-}

Copied: monica/repos/community-i686/PKGBUILD (from rev 96370, monica/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-26 20:02:02 UTC (rev 96371)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=monica
+pkgver=3.7
+pkgrel=3
+pkgdesc='Monitor calibration tool'
+arch=('x86_64' 'i686')
+url="http://www.pcbypaul.com/software/monica.html"
+license=('BSD')
+depends=('fltk' 'xorg-xgamma')
+makedepends=('gendesk')
+source=("ftp://ftp.archlinux.org/other/monica/$pkgname-$pkgver.tar.bz2"
+        'monica.png')
+sha256sums=('da0d7762f5a2eed482e8e2f87762d3ac1f013d5c99bd99b34083b69f03492036'
+            '4c9852c7462f747eeede72f252e2578d827c12f09ffd83808f695a64c67bee69')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+    --categories 'Application;Settings;System'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$srcdir/$pkgname.png" \
+    "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 licence "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/monica.desktop
===================================================================
--- community-i686/monica.desktop	2013-08-26 20:01:51 UTC (rev 96370)
+++ community-i686/monica.desktop	2013-08-26 20:02:02 UTC (rev 96371)
@@ -1,10 +0,0 @@
-[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;

Copied: monica/repos/community-i686/monica.png (from rev 96370, monica/trunk/monica.png)
===================================================================
(Binary files differ)

Deleted: community-i686/monica.svg
===================================================================
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-26 20:01:51 UTC (rev 96370)
+++ community-x86_64/PKGBUILD	2013-08-26 20:02:02 UTC (rev 96371)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-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"
-}

Copied: monica/repos/community-x86_64/PKGBUILD (from rev 96370, monica/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-26 20:02:02 UTC (rev 96371)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=monica
+pkgver=3.7
+pkgrel=3
+pkgdesc='Monitor calibration tool'
+arch=('x86_64' 'i686')
+url="http://www.pcbypaul.com/software/monica.html"
+license=('BSD')
+depends=('fltk' 'xorg-xgamma')
+makedepends=('gendesk')
+source=("ftp://ftp.archlinux.org/other/monica/$pkgname-$pkgver.tar.bz2"
+        'monica.png')
+sha256sums=('da0d7762f5a2eed482e8e2f87762d3ac1f013d5c99bd99b34083b69f03492036'
+            '4c9852c7462f747eeede72f252e2578d827c12f09ffd83808f695a64c67bee69')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+    --categories 'Application;Settings;System'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$srcdir/$pkgname.png" \
+    "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 licence "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/monica.desktop
===================================================================
--- community-x86_64/monica.desktop	2013-08-26 20:01:51 UTC (rev 96370)
+++ community-x86_64/monica.desktop	2013-08-26 20:02:02 UTC (rev 96371)
@@ -1,10 +0,0 @@
-[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;

Copied: monica/repos/community-x86_64/monica.png (from rev 96370, monica/trunk/monica.png)
===================================================================
(Binary files differ)

Deleted: community-x86_64/monica.svg
===================================================================
(Binary files differ)




More information about the arch-commits mailing list