[arch-commits] Commit in wicd/repos (7 files)

2019-01-21 Thread Christian Hesse via arch-commits
Date: Monday, January 21, 2019 @ 20:18:54
  Author: eworm
Revision: 344570

archrelease: copy trunk to testing-any

Added:
  wicd/repos/testing-any/
  wicd/repos/testing-any/PKGBUILD
(from rev 344569, wicd/trunk/PKGBUILD)
  wicd/repos/testing-any/dbus_string_fix.patch
(from rev 344569, wicd/trunk/dbus_string_fix.patch)
  wicd/repos/testing-any/wicd-1.7.3-urwid-1.3.0.patch
(from rev 344569, wicd/trunk/wicd-1.7.3-urwid-1.3.0.patch)
  wicd/repos/testing-any/wicd-gtk.install
(from rev 344569, wicd/trunk/wicd-gtk.install)
  wicd/repos/testing-any/wicd.desktop
(from rev 344569, wicd/trunk/wicd.desktop)
  wicd/repos/testing-any/wicd.install
(from rev 344569, wicd/trunk/wicd.install)

--+
 PKGBUILD |  110 +
 dbus_string_fix.patch|   16 +
 wicd-1.7.3-urwid-1.3.0.patch |   15 +
 wicd-gtk.install |   11 
 wicd.desktop |   11 
 wicd.install |   19 +++
 6 files changed, 182 insertions(+)

Copied: wicd/repos/testing-any/PKGBUILD (from rev 344569, wicd/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-01-21 20:18:54 UTC (rev 344570)
@@ -0,0 +1,110 @@
+# Maintainer: Angel Velasquez  
+# Contributor: Daniel Isenmann 
+# Contributor: Rashif "Don Ray" Rahman 
+
+pkgbase=wicd
+pkgname=('wicd' 'wicd-gtk')
+pkgver=1.7.4
+pkgrel=3
+arch=(any)
+url="https://launchpad.net/wicd/;
+license=('GPL2')
+conflicts=('wicd-svn')
+install=wicd.install
+source=(http://launchpad.net/wicd/1.7/$pkgver/+download/wicd-$pkgver.tar.gz
+wicd.desktop
+wicd-1.7.3-urwid-1.3.0.patch)
+makedepends=('python2' 'python2-babel' 'python2-setuptools' 'gettext' 
'dbus-glib' 'dhcpcd' 
+ 'ethtool' 'inetutils' 'net-tools' 'pygtk' 'python2-dbus' 
'python2-gobject2' 
+ 'python2-urwid' 'rfkill' 'shared-mime-info' 'wireless_tools' 
'wpa_supplicant'
+ 'hicolor-icon-theme')
+options=('emptydirs')
+sha512sums=('1e99a45daa858eba634e60e50c22aa2fab3fc4d643979a6741b6164bf500bd6db285d11c12ccd164ab6cf0792284e319e3c3447804088e74b4fc67bb6f431959'
+
'48ea8e732eb661888288fd7bd9aacddea71cb8bdeea5dbc9a4c31cdddb38e7e1e5bc64ce98b9b6f248f6b416582fc64d173da64d79d0a109ca610e08635013fa'
+
'48183d805b096c4a1857990d1d9a709544406ee93607f96d4eaf46e4f7729a73e0178251f1168aa516c38bba727821c70a9104de84ca5b4288f91219dfeed2e9')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  find . -type f -exec sed -i 's@#!/usr.*python@#!/usr/bin/python2@' {} \;
+  sed -i 's/pybabel/pybabel2/g' setup.py 
+  export PYTHON=python2
+  
+  sed -i 's|/usr/sbin/|/usr/bin/|' other/wicd.service
+  patch -Np0 -i "$srcdir/wicd-1.7.3-urwid-1.3.0.patch"
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python2 setup.py configure \
+  --no-install-init \
+  --resume=/usr/share/wicd/scripts/ \
+  --suspend=/usr/share/wicd/scripts/ \
+  --verbose \
+  --python=/usr/bin/python2 \
+  --lib=/usr/lib \
+  --sbin=/usr/bin \
+  --no-install-gnome-shell-extensions \
+  --dbus=/usr/share/dbus-1/system.d \
+  --systemd=/usr/lib/systemd/system
+  python2 setup.py build
+  python2 setup.py compile_translations
+  
+  #HACK for https://bugs.launchpad.net/wicd/+bug/928589
+  mkdir -p translations/ast/LC_MESSAGES
+  msgfmt po/ast.po -o translations/ast/LC_MESSAGES/wicd.mo
+}
+
+package_wicd() {
+  pkgdesc="Wired and wireless network manager for Linux"
+  depends=('python2' 'python2-dbus' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
+   'inetutils' 'net-tools' 'ethtool' 'shared-mime-info' 
'python2-urwid' 'python2-gobject2' 'dbus-glib' 'rfkill')
+  optdepends=('wicd-gtk: needed if you want the GTK interface')
+  backup=('etc/wicd/encryption/templates/active')
+  install=wicd.install  
+
+  cd $pkgbase-$pkgver
+  python2 setup.py install --skip-build --optimize=1 --root="$pkgdir"
+
+  cd build/lib/wicd
+  for i in *.py; do
+install -Dm 755 $i "$pkgdir/usr/lib/wicd/$i"
+  done
+  
+  rm -rf "$pkgdir"/usr/share/autostart
+
+  #deleting the GTK stuff
+  rm -rf "$pkgdir"/etc/xdg
+  rm -f "$pkgdir"/usr/bin/{wicd-client,wicd-gtk}
+  rm -rf "$pkgdir"/usr/share/{applications,icons,pixmaps}
+  rm -rf "$pkgdir"/usr/share/wicd/{gtk,icons}  
+}
+
+package_wicd-gtk() {
+  pkgdesc="Wired and wireless network manager for Linux - GTK client"
+  depends=('wicd' 'pygtk' 'hicolor-icon-theme')
+  optdepends=('gksu: needed to access some preferences in gtk interface'
+  'notification-daemon: needed if you want notifications'
+  'python2-notify: needed if you want notifications')
+  install=wicd-gtk.install 
+
+  cd $pkgbase-$pkgver
+  python2 setup.py install --skip-build --optimize=1 --root="$pkgdir"
+
+  install -Dm644 "$srcdir/wicd.desktop" 
"$pkgdir/usr/share/applications/wicd.desktop"
+
+  cd build/lib/wicd

[arch-commits] Commit in wicd/repos (7 files)

2016-02-01 Thread Ángel Velásquez
Date: Tuesday, February 2, 2016 @ 00:03:09
  Author: angvp
Revision: 258765

archrelease: copy trunk to testing-any

Added:
  wicd/repos/testing-any/
  wicd/repos/testing-any/PKGBUILD
(from rev 258764, wicd/trunk/PKGBUILD)
  wicd/repos/testing-any/dbus_string_fix.patch
(from rev 258764, wicd/trunk/dbus_string_fix.patch)
  wicd/repos/testing-any/wicd-1.7.3-urwid-1.3.0.patch
(from rev 258764, wicd/trunk/wicd-1.7.3-urwid-1.3.0.patch)
  wicd/repos/testing-any/wicd-gtk.install
(from rev 258764, wicd/trunk/wicd-gtk.install)
  wicd/repos/testing-any/wicd.desktop
(from rev 258764, wicd/trunk/wicd.desktop)
  wicd/repos/testing-any/wicd.install
(from rev 258764, wicd/trunk/wicd.install)

--+
 PKGBUILD |  110 +
 dbus_string_fix.patch|   16 +
 wicd-1.7.3-urwid-1.3.0.patch |   15 +
 wicd-gtk.install |   11 
 wicd.desktop |   11 
 wicd.install |   19 +++
 6 files changed, 182 insertions(+)

Copied: wicd/repos/testing-any/PKGBUILD (from rev 258764, wicd/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-02-01 23:03:09 UTC (rev 258765)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Daniel Isenmann 
+# Contributor: Rashif "Don Ray" Rahman 
+
+pkgbase=wicd
+pkgname=('wicd' 'wicd-gtk')
+pkgver=1.7.4
+pkgrel=1
+arch=(any)
+url="https://launchpad.net/wicd/;
+license=('GPL2')
+conflicts=('wicd-svn')
+install=wicd.install
+source=(http://launchpad.net/wicd/1.7/$pkgver/+download/wicd-$pkgver.tar.gz
+wicd.desktop
+wicd-1.7.3-urwid-1.3.0.patch)
+makedepends=('python2' 'python2-babel' 'python2-setuptools' 'gettext' 
'dbus-glib' 'dhcpcd' 
+ 'ethtool' 'inetutils' 'net-tools' 'pygtk' 'python2-dbus' 
'python2-gobject2' 
+ 'python2-urwid' 'rfkill' 'shared-mime-info' 'wireless_tools' 
'wpa_supplicant'
+ 'hicolor-icon-theme')
+options=('emptydirs')
+md5sums=('aaa2e9f5320849e0b5d053099a6f0007'
+ '326df163a5732d38741371baa4fce9e5'
+ 'f7e6085e482f37f2b8529326c21cbbbf')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  find . -type f -exec sed -i 's@#!/usr.*python@#!/usr/bin/python2@' {} \;
+  sed -i 's/pybabel/pybabel2/g' setup.py 
+  export PYTHON=python2
+  
+  sed -i 's|/usr/sbin/|/usr/bin/|' other/wicd.service
+  patch -Np0 -i "$srcdir/wicd-1.7.3-urwid-1.3.0.patch"
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python2 setup.py configure \
+  --no-install-init \
+  --resume=/usr/share/wicd/scripts/ \
+  --suspend=/usr/share/wicd/scripts/ \
+  --verbose \
+  --python=/usr/bin/python2 \
+  --lib=/usr/lib \
+  --sbin=/usr/bin \
+  --no-install-gnome-shell-extensions \
+ --systemd=/usr/lib/systemd/system
+  python2 setup.py build
+  python2 setup.py compile_translations
+  
+  #HACK for https://bugs.launchpad.net/wicd/+bug/928589
+  mkdir -p translations/ast/LC_MESSAGES
+  msgfmt po/ast.po -o translations/ast/LC_MESSAGES/wicd.mo
+}
+
+package_wicd() {
+  pkgdesc="Wired and wireless network manager for Linux"
+  depends=('python2' 'python2-dbus' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
+   'inetutils' 'net-tools' 'ethtool' 'shared-mime-info' 
'python2-urwid' 'python2-gobject2' 'dbus-glib' 'rfkill')
+  optdepends=('wicd-gtk: needed if you want the GTK interface')
+  backup=('etc/wicd/encryption/templates/active')
+  install=wicd.install  
+
+  cd $pkgbase-$pkgver
+  python2 setup.py install --skip-build --optimize=1 --root="$pkgdir"
+
+  cd build/lib/wicd
+  for i in *.py; do
+install -Dm 755 $i "$pkgdir/usr/lib/wicd/$i"
+  done
+  
+  rm -rf "$pkgdir"/usr/share/autostart
+
+  #deleting the GTK stuff
+  rm -rf "$pkgdir"/etc/xdg
+  rm -f "$pkgdir"/usr/bin/{wicd-client,wicd-gtk}
+  rm -rf "$pkgdir"/usr/share/{applications,icons,pixmaps}
+  rm -rf "$pkgdir"/usr/share/wicd/{gtk,icons}  
+}
+
+package_wicd-gtk() {
+  pkgdesc="Wired and wireless network manager for Linux - GTK client"
+  depends=('wicd' 'pygtk' 'hicolor-icon-theme')
+  optdepends=('gksu: needed to access some preferences in gtk interface'
+  'notification-daemon: needed if you want notifications'
+  'python2-notify: needed if you want notifications')
+  install=wicd-gtk.install 
+
+  cd $pkgbase-$pkgver
+  python2 setup.py install --skip-build --optimize=1 --root="$pkgdir"
+
+  install -Dm644 "$srcdir/wicd.desktop" 
"$pkgdir/usr/share/applications/wicd.desktop"
+
+  cd build/lib/wicd
+  for i in *.py; do
+install -Dm 755 $i "$pkgdir"/usr/lib/wicd/$i
+  done
+  
+  #deleting the core dirs which exists in wicd
+  rm -rf "$pkgdir"/etc/{wicd,dbus-1,rc.d,logrotate.d}
+  rm -rf "$pkgdir"/usr/lib
+  rm -rf 

[arch-commits] Commit in wicd/repos (7 files)

2015-01-27 Thread Ángel Velásquez
Date: Wednesday, January 28, 2015 @ 05:41:09
  Author: angvp
Revision: 230156

archrelease: copy trunk to testing-any

Added:
  wicd/repos/testing-any/
  wicd/repos/testing-any/PKGBUILD
(from rev 230155, wicd/trunk/PKGBUILD)
  wicd/repos/testing-any/dbus_string_fix.patch
(from rev 230155, wicd/trunk/dbus_string_fix.patch)
  wicd/repos/testing-any/wicd-1.7.3-urwid-1.3.0.patch
(from rev 230155, wicd/trunk/wicd-1.7.3-urwid-1.3.0.patch)
  wicd/repos/testing-any/wicd-gtk.install
(from rev 230155, wicd/trunk/wicd-gtk.install)
  wicd/repos/testing-any/wicd.desktop
(from rev 230155, wicd/trunk/wicd.desktop)
  wicd/repos/testing-any/wicd.install
(from rev 230155, wicd/trunk/wicd.install)

--+
 PKGBUILD |  109 +
 dbus_string_fix.patch|   16 ++
 wicd-1.7.3-urwid-1.3.0.patch |   15 +
 wicd-gtk.install |   11 
 wicd.desktop |   11 
 wicd.install |   19 +++
 6 files changed, 181 insertions(+)

Copied: wicd/repos/testing-any/PKGBUILD (from rev 230155, wicd/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-01-28 04:41:09 UTC (rev 230156)
@@ -0,0 +1,109 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Rashif Don Ray Rahman rayras...@gmail.com
+
+pkgbase=wicd
+pkgname=('wicd' 'wicd-gtk')
+pkgver=1.7.3
+pkgrel=1
+arch=(any)
+url=https://launchpad.net/wicd/;
+license=('GPL2')
+conflicts=('wicd-svn')
+install=wicd.install
+source=(http://launchpad.net/wicd/1.7/$pkgver/+download/wicd-$pkgver.tar.gz
+wicd.desktop
+wicd-1.7.3-urwid-1.3.0.patch)
+md5sums=('162ca2e6f4ab903bb7ab2bc0adb7d1aa'
+ '326df163a5732d38741371baa4fce9e5'
+ 'f7e6085e482f37f2b8529326c21cbbbf')
+makedepends=('python2' 'python2-babel' 'python2-setuptools' 'gettext' 
'dbus-glib' 'dhcpcd' 
+ 'ethtool' 'inetutils' 'net-tools' 'pygtk' 'python2-dbus' 
'python2-gobject2' 
+ 'python2-urwid' 'rfkill' 'shared-mime-info' 'wireless_tools' 
'wpa_supplicant'
+ 'hicolor-icon-theme')
+options=('emptydirs')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  find . -type f -exec sed -i 's@#!/usr.*python@#!/usr/bin/python2@' {} \;
+  sed -i 's/pybabel/pybabel2/g' setup.py 
+  export PYTHON=python2
+  
+  sed -i 's|/usr/sbin/|/usr/bin/|' other/wicd.service
+  patch -Np0 -i $srcdir/wicd-1.7.3-urwid-1.3.0.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python2 setup.py configure \
+  --no-install-init \
+  --resume=/usr/share/wicd/scripts/ \
+  --suspend=/usr/share/wicd/scripts/ \
+  --verbose \
+  --python=/usr/bin/python2 \
+  --lib=/usr/lib \
+  --sbin=/usr/bin \
+  --no-install-gnome-shell-extensions \
+ --systemd=/usr/lib/systemd/system
+  python2 setup.py build
+  python2 setup.py compile_translations
+  
+  #HACK for https://bugs.launchpad.net/wicd/+bug/928589
+  mkdir -p translations/ast/LC_MESSAGES
+  msgfmt po/ast.po -o translations/ast/LC_MESSAGES/wicd.mo
+}
+
+package_wicd() {
+  pkgdesc=Wired and wireless network manager for Linux
+  depends=('python2' 'python2-dbus' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
+   'inetutils' 'net-tools' 'ethtool' 'shared-mime-info' 
'python2-urwid' 'python2-gobject2' 'dbus-glib' 'rfkill')
+  optdepends=('wicd-gtk: needed if you want the GTK interface')
+  backup=('etc/wicd/encryption/templates/active')
+  install=wicd.install  
+
+  cd $pkgbase-$pkgver
+  python2 setup.py install --skip-build --optimize=1 --root=$pkgdir
+
+  cd build/lib/wicd
+  for i in *.py; do
+install -Dm 755 $i $pkgdir/usr/lib/wicd/$i
+  done
+  
+  rm -rf $pkgdir/usr/share/autostart
+
+  #deleting the GTK stuff
+  rm -rf $pkgdir/etc/xdg
+  rm -f $pkgdir/usr/bin/{wicd-client,wicd-gtk}
+  rm -rf $pkgdir/usr/share/{applications,icons,pixmaps}
+  rm -rf $pkgdir/usr/share/wicd/{gtk,icons}  
+}
+
+package_wicd-gtk() {
+  pkgdesc=Wired and wireless network manager for Linux - GTK client
+  depends=('wicd' 'pygtk' 'hicolor-icon-theme')
+  optdepends=('gksu: needed to access some preferences in gtk interface'
+  'notification-daemon: needed if you want notifications'
+  'python2-notify: needed if you want notifications')
+  install=wicd-gtk.install 
+
+  cd $pkgbase-$pkgver
+  python2 setup.py install --skip-build --optimize=1 --root=$pkgdir
+
+  install -Dm644 $srcdir/wicd.desktop 
$pkgdir/usr/share/applications/wicd.desktop
+
+  cd build/lib/wicd
+  for i in *.py; do
+install -Dm 755 $i $pkgdir/usr/lib/wicd/$i
+  done
+  
+  #deleting the core dirs which exists in wicd
+  rm -rf $pkgdir/etc/{wicd,dbus-1,rc.d,logrotate.d}
+  rm -rf $pkgdir/usr/lib
+  rm -rf 
$pkgdir/usr/share/{man,doc,locale,wicd/curses,wicd/daemon,wicd/backends,wicd/scripts,wicd/cli}
+  rm -rf $pkgdir/var
+  rm -f