[arch-commits] Commit in enlightenment17/repos (20 files)

2012-12-05 Thread Ronald van Haren
Date: Wednesday, December 5, 2012 @ 13:43:12
  Author: ronald
Revision: 172777

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 172776, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 172776, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 172776, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 172776, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 172776, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 172776, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 172776, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 172776, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 172776, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 172776, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  172 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  172 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 574 insertions(+), 574 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-05 18:42:18 UTC (rev 172776)
+++ extra-i686/PKGBUILD 2012-12-05 18:43:12 UTC (rev 172777)
@@ -1,86 +0,0 @@
-# $Id: PKGBUILD 172451 2012-12-02 20:54:27Z ronald $
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0alpha7
-_pkgver=0.17.0-alpha7
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('97ed2c936e6fa2385658f876a4099a029df43787'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$_pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd 

[arch-commits] Commit in enlightenment17/repos (20 files)

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 09:57:50
  Author: ronald
Revision: 172937

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 172936, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 172936, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 172936, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 172936, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 172936, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 172936, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 172936, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 172936, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 172936, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 172936, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  172 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  172 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 574 insertions(+), 574 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 14:56:52 UTC (rev 172936)
+++ extra-i686/PKGBUILD 2012-12-07 14:57:50 UTC (rev 172937)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0alpha8
-_pkgver=0.17.0-alpha8
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('12612175f08d11ff34c0c509f4e28e412cc13510'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$_pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  make DESTDIR=$pkg

[arch-commits] Commit in enlightenment17/repos (20 files)

2012-12-11 Thread Ronald van Haren
Date: Tuesday, December 11, 2012 @ 12:28:51
  Author: ronald
Revision: 173152

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 173151, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 173151, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 173151, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 173151, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 173151, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 173151, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 173151, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 173151, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 173151, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 173151, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  172 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  172 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 574 insertions(+), 574 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 17:27:57 UTC (rev 173151)
+++ extra-i686/PKGBUILD 2012-12-11 17:28:51 UTC (rev 173152)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0beta1
-_pkgver=0.17.0-beta
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('2ff60e4dfe050b27d597836dfb524dd205d595d9'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$_pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  make DESTDIR=$pkgd

[arch-commits] Commit in enlightenment17/repos (20 files)

2012-12-14 Thread Ronald van Haren
Date: Friday, December 14, 2012 @ 12:12:10
  Author: ronald
Revision: 173227

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 173226, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 173226, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 173226, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 173226, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 173226, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 173226, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 173226, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 173226, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 173226, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 173226, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  171 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  171 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 572 insertions(+), 574 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-14 17:11:15 UTC (rev 173226)
+++ extra-i686/PKGBUILD 2012-12-14 17:12:10 UTC (rev 173227)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0gamma1
-_pkgver=0.17.0-gamma
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('365672de47b6db371af9eff45f7758a7c52c9280'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$_pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  make DESTDIR=$pkg

[arch-commits] Commit in enlightenment17/repos (20 files)

2012-12-18 Thread Ronald van Haren
Date: Tuesday, December 18, 2012 @ 14:57:25
  Author: ronald
Revision: 173313

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 173312, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 173312, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 173312, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 173312, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 173312, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 173312, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 173312, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 173312, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 173312, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 173312, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  170 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  170 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 572 insertions(+), 572 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 19:56:29 UTC (rev 173312)
+++ extra-i686/PKGBUILD 2012-12-18 19:57:25 UTC (rev 173313)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0lucky
-_pkgver=0.17.0-lucky
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('432d76e95ff0d36a624876af829440bdd91f5b0e'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$_pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  make DESTDIR=$pkgdi

[arch-commits] Commit in enlightenment17/repos (20 files)

2012-12-22 Thread Ronald van Haren
Date: Saturday, December 22, 2012 @ 11:29:18
  Author: ronald
Revision: 173762

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 173761, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 173761, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 173761, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 173761, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 173761, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 173761, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 173761, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 173761, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 173761, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 173761, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  169 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  169 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 570 insertions(+), 572 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-22 16:26:33 UTC (rev 173761)
+++ extra-i686/PKGBUILD 2012-12-22 16:29:18 UTC (rev 173762)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0omega
-_pkgver=0.17.0-omega
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('4c94f470d74133ebf2a5254683d0510bf3ece55f'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$_pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  make DESTDIR=$pkgd

[arch-commits] Commit in enlightenment17/repos (20 files)

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 23:02:06
  Author: ronald
Revision: 185679

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 185678, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 185678, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 185678, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 185678, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 185678, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 185678, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 185678, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 185678, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 185678, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 185678, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 /PKGBUILD |  168 +
 /e-applications.menu  |  308 
 /enlightenment17.install  |   34 +++
 /quickstart.patch |   26 ++
 /sysactions_systemd.patch |   34 +++
 extra-i686/PKGBUILD   |   84 
 extra-i686/e-applications.menu|  154 
 extra-i686/enlightenment17.install|   17 -
 extra-i686/quickstart.patch   |   13 -
 extra-i686/sysactions_systemd.patch   |   17 -
 extra-x86_64/PKGBUILD |   84 
 extra-x86_64/e-applications.menu  |  154 
 extra-x86_64/enlightenment17.install  |   17 -
 extra-x86_64/quickstart.patch |   13 -
 extra-x86_64/sysactions_systemd.patch |   17 -
 15 files changed, 570 insertions(+), 570 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:59:24 UTC (rev 185678)
+++ extra-i686/PKGBUILD 2013-05-16 21:02:06 UTC (rev 185679)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.2.1
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd' 'ttf-font')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('5122a2b62d151d11b28457bd3626130e9c5bcc3c'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wa

[arch-commits] Commit in enlightenment17/repos (20 files)

2013-01-30 Thread Ronald van Haren
Date: Wednesday, January 30, 2013 @ 20:54:22
  Author: ronald
Revision: 176344

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 176343, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 176343, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 176343, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 176343, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 176343, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 176343, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 176343, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 176343, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 176343, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 176343, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  168 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  168 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 570 insertions(+), 570 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-30 19:53:54 UTC (rev 176343)
+++ extra-i686/PKGBUILD 2013-01-30 19:54:22 UTC (rev 176344)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('be8228200c1a7caeba914ae77927bda62e3a1776'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-# install licens

[arch-commits] Commit in enlightenment17/repos (20 files)

2013-08-26 Thread Ronald van Haren
Date: Monday, August 26, 2013 @ 22:20:21
  Author: ronald
Revision: 193669

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 193668, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 193668, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 193668, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 193668, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 193668, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 193668, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 193668, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 193668, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 193668, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 193668, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 /PKGBUILD |  168 +
 /e-applications.menu  |  308 
 /enlightenment17.install  |   34 +++
 /quickstart.patch |   26 ++
 /sysactions_systemd.patch |   34 +++
 extra-i686/PKGBUILD   |   84 
 extra-i686/e-applications.menu|  154 
 extra-i686/enlightenment17.install|   17 -
 extra-i686/quickstart.patch   |   13 -
 extra-i686/sysactions_systemd.patch   |   17 -
 extra-x86_64/PKGBUILD |   84 
 extra-x86_64/e-applications.menu  |  154 
 extra-x86_64/enlightenment17.install  |   17 -
 extra-x86_64/quickstart.patch |   13 -
 extra-x86_64/sysactions_systemd.patch |   17 -
 15 files changed, 570 insertions(+), 570 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-26 20:20:02 UTC (rev 193668)
+++ extra-i686/PKGBUILD 2013-08-26 20:20:21 UTC (rev 193669)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.3
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd' 'ttf-font')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('998a5ada3861028ffd65f994270e5f7f8e9baf9b'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-way

[arch-commits] Commit in enlightenment17/repos (20 files)

2013-05-09 Thread Ronald van Haren
Date: Thursday, May 9, 2013 @ 11:30:22
  Author: ronald
Revision: 184843

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 184842, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 184842, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 184842, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 184842, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 184842, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 184842, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 184842, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 184842, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 184842, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 184842, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 /PKGBUILD |  168 +
 /e-applications.menu  |  308 
 /enlightenment17.install  |   34 +++
 /quickstart.patch |   26 ++
 /sysactions_systemd.patch |   34 +++
 extra-i686/PKGBUILD   |   84 
 extra-i686/e-applications.menu|  154 
 extra-i686/enlightenment17.install|   17 -
 extra-i686/quickstart.patch   |   13 -
 extra-i686/sysactions_systemd.patch   |   17 -
 extra-x86_64/PKGBUILD |   84 
 extra-x86_64/e-applications.menu  |  154 
 extra-x86_64/enlightenment17.install  |   17 -
 extra-x86_64/quickstart.patch |   13 -
 extra-x86_64/sysactions_systemd.patch |   17 -
 15 files changed, 570 insertions(+), 570 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-09 09:29:57 UTC (rev 184842)
+++ extra-i686/PKGBUILD 2013-05-09 09:30:22 UTC (rev 184843)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.1
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd' 'ttf-font')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('c4d3fee83654689e9317a9198d5734ce578af7b4'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayla