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

Alexander Rødseth arodseth at archlinux.org
Sun Aug 2 17:57:54 UTC 2015


    Date: Sunday, August 2, 2015 @ 19:57:51
  Author: arodseth
Revision: 137746

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

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

---------------------------+
 /PKGBUILD                 |   84 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   44 -----------------------
 community-x86_64/PKGBUILD |   44 -----------------------
 3 files changed, 84 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-02 17:57:40 UTC (rev 137745)
+++ community-i686/PKGBUILD	2015-08-02 17:57:51 UTC (rev 137746)
@@ -1,44 +0,0 @@
-# $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=("https://sources.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:

Copied: monica/repos/community-i686/PKGBUILD (from rev 137745, monica/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-02 17:57:51 UTC (rev 137746)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F 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=4
+pkgdesc='Monitor calibration tool'
+arch=('x86_64' 'i686')
+url='https://sources.archlinux.org/other/monica/'
+license=('BSD')
+depends=('fltk' 'xorg-xgamma')
+makedepends=('gendesk')
+source=("https://sources.archlinux.org/other/monica/$pkgname-$pkgver.tar.bz2"
+        'monica.png')
+sha256sums=('da0d7762f5a2eed482e8e2f87762d3ac1f013d5c99bd99b34083b69f03492036'
+            '4c9852c7462f747eeede72f252e2578d827c12f09ffd83808f695a64c67bee69')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+    --categories 'Application;Settings;System'
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+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.png
===================================================================
(Binary files differ)

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-02 17:57:40 UTC (rev 137745)
+++ community-x86_64/PKGBUILD	2015-08-02 17:57:51 UTC (rev 137746)
@@ -1,44 +0,0 @@
-# $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=("https://sources.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:

Copied: monica/repos/community-x86_64/PKGBUILD (from rev 137745, monica/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-02 17:57:51 UTC (rev 137746)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F 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=4
+pkgdesc='Monitor calibration tool'
+arch=('x86_64' 'i686')
+url='https://sources.archlinux.org/other/monica/'
+license=('BSD')
+depends=('fltk' 'xorg-xgamma')
+makedepends=('gendesk')
+source=("https://sources.archlinux.org/other/monica/$pkgname-$pkgver.tar.bz2"
+        'monica.png')
+sha256sums=('da0d7762f5a2eed482e8e2f87762d3ac1f013d5c99bd99b34083b69f03492036'
+            '4c9852c7462f747eeede72f252e2578d827c12f09ffd83808f695a64c67bee69')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+    --categories 'Application;Settings;System'
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+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.png
===================================================================
(Binary files differ)

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



More information about the arch-commits mailing list