[arch-commits] Commit in gsmartcontrol/repos (12 files)

Jelle van der Waa jelle at archlinux.org
Fri Jun 16 20:27:46 UTC 2017


    Date: Friday, June 16, 2017 @ 20:27:46
  Author: jelle
Revision: 237819

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

Added:
  gsmartcontrol/repos/community-i686/PKGBUILD
    (from rev 237818, gsmartcontrol/trunk/PKGBUILD)
  gsmartcontrol/repos/community-i686/gsmartcontrol_polkit
    (from rev 237818, gsmartcontrol/trunk/gsmartcontrol_polkit)
  gsmartcontrol/repos/community-i686/org.archlinux.pkexec.gsmartcontrol.policy
    (from rev 237818, gsmartcontrol/trunk/org.archlinux.pkexec.gsmartcontrol.policy)
  gsmartcontrol/repos/community-x86_64/PKGBUILD
    (from rev 237818, gsmartcontrol/trunk/PKGBUILD)
  gsmartcontrol/repos/community-x86_64/gsmartcontrol_polkit
    (from rev 237818, gsmartcontrol/trunk/gsmartcontrol_polkit)
  gsmartcontrol/repos/community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy
    (from rev 237818, gsmartcontrol/trunk/org.archlinux.pkexec.gsmartcontrol.policy)
Deleted:
  gsmartcontrol/repos/community-i686/PKGBUILD
  gsmartcontrol/repos/community-i686/gsmartcontrol_polkit
  gsmartcontrol/repos/community-i686/org.archlinux.pkexec.gsmartcontrol.policy
  gsmartcontrol/repos/community-x86_64/PKGBUILD
  gsmartcontrol/repos/community-x86_64/gsmartcontrol_polkit
  gsmartcontrol/repos/community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy

---------------------------------------+
 /PKGBUILD                             |  100 ++++++++++++++++++++++++++++++++
 /gsmartcontrol_polkit                 |   12 +++
 community-i686/PKGBUILD               |   50 ----------------
 community-i686/gsmartcontrol_polkit   |    6 -
 community-x86_64/PKGBUILD             |   50 ----------------
 community-x86_64/gsmartcontrol_polkit |    6 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-16 20:03:00 UTC (rev 237818)
+++ community-i686/PKGBUILD	2017-06-16 20:27:46 UTC (rev 237819)
@@ -1,50 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-
-pkgname=gsmartcontrol
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool."
-arch=('i686' 'x86_64')
-url="http://gsmartcontrol.sourceforge.net/home/"
-license=('GPL3')
-depends=('smartmontools' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme')
-optdepends=('polkit: to run gsmartcontrol directly from menu')
-source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2"
-        org.archlinux.pkexec.gsmartcontrol.policy
-        gsmartcontrol_polkit)
-md5sums=('bd7816722eb376b059d85bb42e4ff62e'
-         '503989a7e6a9a287d81e91243d03f162'
-         '33bdda04d8db1525f2507485f3f2a663')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-        # Modify desktop file
-        sed -i "s|^Exec=.*|Exec="@prefix@/bin/gsmartcontrol_polkit"|" \
-                data/gsmartcontrol.desktop.in
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr
-	make 
-}
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-        make check
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR=${pkgdir} install
-
-        # Install launcher script
-        install -m755 ${srcdir}/gsmartcontrol_polkit \
-                "${pkgdir}/usr/bin/gsmartcontrol_polkit"
-
-        # Install policy file
-        install -Dm644 ${srcdir}/org.archlinux.pkexec.gsmartcontrol.policy \
-                "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy"
-}

Copied: gsmartcontrol/repos/community-i686/PKGBUILD (from rev 237818, gsmartcontrol/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-16 20:27:46 UTC (rev 237819)
@@ -0,0 +1,50 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=gsmartcontrol
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool."
+arch=('i686' 'x86_64')
+url="http://gsmartcontrol.sourceforge.net/home/"
+license=('GPL3')
+depends=('smartmontools' 'gtkmm3' 'xorg-xmessage' 'hicolor-icon-theme')
+optdepends=('polkit: to run gsmartcontrol directly from menu')
+source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2"
+        org.archlinux.pkexec.gsmartcontrol.policy
+        gsmartcontrol_polkit)
+md5sums=('1adec9d4533b8e388f03ab466f296121'
+         '503989a7e6a9a287d81e91243d03f162'
+         '33bdda04d8db1525f2507485f3f2a663')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+        # Modify desktop file
+        sed -i "s|^Exec=.*|Exec="@prefix@/bin/gsmartcontrol_polkit"|" \
+                data/gsmartcontrol.desktop.in
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr
+	make 
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+        make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR=${pkgdir} install
+
+        # Install launcher script
+        install -m755 ${srcdir}/gsmartcontrol_polkit \
+                "${pkgdir}/usr/bin/gsmartcontrol_polkit"
+
+        # Install policy file
+        install -Dm644 ${srcdir}/org.archlinux.pkexec.gsmartcontrol.policy \
+                "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy"
+}

Deleted: community-i686/gsmartcontrol_polkit
===================================================================
--- community-i686/gsmartcontrol_polkit	2017-06-16 20:03:00 UTC (rev 237818)
+++ community-i686/gsmartcontrol_polkit	2017-06-16 20:27:46 UTC (rev 237819)
@@ -1,6 +0,0 @@
-#!/bin/bash
-if [ $(which pkexec) ]; then
-	pkexec --disable-internal-agent "/usr/bin/gsmartcontrol" "$@"
-else
-	/usr/bin/gsmartcontrol "$@"
-fi

Copied: gsmartcontrol/repos/community-i686/gsmartcontrol_polkit (from rev 237818, gsmartcontrol/trunk/gsmartcontrol_polkit)
===================================================================
--- community-i686/gsmartcontrol_polkit	                        (rev 0)
+++ community-i686/gsmartcontrol_polkit	2017-06-16 20:27:46 UTC (rev 237819)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+	pkexec --disable-internal-agent "/usr/bin/gsmartcontrol" "$@"
+else
+	/usr/bin/gsmartcontrol "$@"
+fi

Deleted: community-i686/org.archlinux.pkexec.gsmartcontrol.policy
===================================================================
(Binary files differ)

Copied: gsmartcontrol/repos/community-i686/org.archlinux.pkexec.gsmartcontrol.policy (from rev 237818, gsmartcontrol/trunk/org.archlinux.pkexec.gsmartcontrol.policy)
===================================================================
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-16 20:03:00 UTC (rev 237818)
+++ community-x86_64/PKGBUILD	2017-06-16 20:27:46 UTC (rev 237819)
@@ -1,50 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-
-pkgname=gsmartcontrol
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool."
-arch=('i686' 'x86_64')
-url="http://gsmartcontrol.sourceforge.net/home/"
-license=('GPL3')
-depends=('smartmontools' 'gtkmm3' 'xorg-xmessage' 'hicolor-icon-theme')
-optdepends=('polkit: to run gsmartcontrol directly from menu')
-source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2"
-        org.archlinux.pkexec.gsmartcontrol.policy
-        gsmartcontrol_polkit)
-md5sums=('1adec9d4533b8e388f03ab466f296121'
-         '503989a7e6a9a287d81e91243d03f162'
-         '33bdda04d8db1525f2507485f3f2a663')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-        # Modify desktop file
-        sed -i "s|^Exec=.*|Exec="@prefix@/bin/gsmartcontrol_polkit"|" \
-                data/gsmartcontrol.desktop.in
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr
-	make 
-}
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-        make check
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR=${pkgdir} install
-
-        # Install launcher script
-        install -m755 ${srcdir}/gsmartcontrol_polkit \
-                "${pkgdir}/usr/bin/gsmartcontrol_polkit"
-
-        # Install policy file
-        install -Dm644 ${srcdir}/org.archlinux.pkexec.gsmartcontrol.policy \
-                "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy"
-}

Copied: gsmartcontrol/repos/community-x86_64/PKGBUILD (from rev 237818, gsmartcontrol/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-16 20:27:46 UTC (rev 237819)
@@ -0,0 +1,50 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=gsmartcontrol
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool."
+arch=('i686' 'x86_64')
+url="http://gsmartcontrol.sourceforge.net/home/"
+license=('GPL3')
+depends=('smartmontools' 'gtkmm3' 'xorg-xmessage' 'hicolor-icon-theme')
+optdepends=('polkit: to run gsmartcontrol directly from menu')
+source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2"
+        org.archlinux.pkexec.gsmartcontrol.policy
+        gsmartcontrol_polkit)
+md5sums=('1adec9d4533b8e388f03ab466f296121'
+         '503989a7e6a9a287d81e91243d03f162'
+         '33bdda04d8db1525f2507485f3f2a663')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+        # Modify desktop file
+        sed -i "s|^Exec=.*|Exec="@prefix@/bin/gsmartcontrol_polkit"|" \
+                data/gsmartcontrol.desktop.in
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr
+	make 
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+        make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR=${pkgdir} install
+
+        # Install launcher script
+        install -m755 ${srcdir}/gsmartcontrol_polkit \
+                "${pkgdir}/usr/bin/gsmartcontrol_polkit"
+
+        # Install policy file
+        install -Dm644 ${srcdir}/org.archlinux.pkexec.gsmartcontrol.policy \
+                "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy"
+}

Deleted: community-x86_64/gsmartcontrol_polkit
===================================================================
--- community-x86_64/gsmartcontrol_polkit	2017-06-16 20:03:00 UTC (rev 237818)
+++ community-x86_64/gsmartcontrol_polkit	2017-06-16 20:27:46 UTC (rev 237819)
@@ -1,6 +0,0 @@
-#!/bin/bash
-if [ $(which pkexec) ]; then
-	pkexec --disable-internal-agent "/usr/bin/gsmartcontrol" "$@"
-else
-	/usr/bin/gsmartcontrol "$@"
-fi

Copied: gsmartcontrol/repos/community-x86_64/gsmartcontrol_polkit (from rev 237818, gsmartcontrol/trunk/gsmartcontrol_polkit)
===================================================================
--- community-x86_64/gsmartcontrol_polkit	                        (rev 0)
+++ community-x86_64/gsmartcontrol_polkit	2017-06-16 20:27:46 UTC (rev 237819)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+	pkexec --disable-internal-agent "/usr/bin/gsmartcontrol" "$@"
+else
+	/usr/bin/gsmartcontrol "$@"
+fi

Deleted: community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy
===================================================================
(Binary files differ)

Copied: gsmartcontrol/repos/community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy (from rev 237818, gsmartcontrol/trunk/org.archlinux.pkexec.gsmartcontrol.policy)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list