[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD kdm.service)

2012-06-17 Thread Andrea Scarpino
Date: Sunday, June 17, 2012 @ 04:26:32
  Author: andrea
Revision: 161958

merge kdm service file

Added:
  kdebase-workspace/trunk/kdm.service
Modified:
  kdebase-workspace/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 kdm.service |9 +
 2 files changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 01:21:57 UTC (rev 161957)
+++ PKGBUILD2012-06-17 08:26:32 UTC (rev 161958)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -28,13 +28,14 @@
 'etc/pam.d/kscreensaver')
 options=('emptydirs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
-'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
+'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service'
 'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
 sha1sums=('a732ceacf34dfb79c8ab243f17cd5a70b9183212'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   '712a90999bd429883dcef5dcaf288aace332ced8'
   'b321b5e613b60231330e606fdf1e124646148388'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
+  '758203a76b58d62786a1013f6f8682e48844138a'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
   'd509dac592bd8b310df27991b208c95b6d907514')
@@ -65,13 +66,17 @@
cd ${srcdir}/build
make DESTDIR=${pkgdir} install
 
-   install -D -m755 ${srcdir}/kdm ${pkgdir}/etc/rc.d/kdm
install -D -m644 ${srcdir}/kde.pam ${pkgdir}/etc/pam.d/kde
install -D -m644 ${srcdir}/kde-np.pam ${pkgdir}/etc/pam.d/kde-np
install -D -m644 ${srcdir}/kscreensaver.pam 
${pkgdir}/etc/pam.d/kscreensaver
+
install -d -m755 ${pkgdir}/usr/share/xsessions/
-   ln -sf /usr/share/apps/kdm/sessions/kde-plasma{,-safe}.desktop 
${pkgdir}/usr/share/xsessions/
+   ln -sf /usr/share/apps/kdm/sessions/kde-plasma{,-safe}.desktop \
+  ${pkgdir}/usr/share/xsessions/
install -d -m755 ${pkgdir}/etc/kde/{env,shutdown}
 
install -d -g 135 -o 135 ${pkgdir}/var/lib/kdm
+   install -D -m755 ${srcdir}/kdm ${pkgdir}/etc/rc.d/kdm
+install -Dm644 ${srcdir}/kdm.service \
+  ${pkgdir}/usr/lib/systemd/system/kdm.service
 }

Added: kdm.service
===
--- kdm.service (rev 0)
+++ kdm.service 2012-06-17 08:26:32 UTC (rev 161958)
@@ -0,0 +1,9 @@
+[Unit]
+Description=K Display Manager
+After=systemd-user-sessions.service
+
+[Service]
+ExecStart=/usr/bin/kdm -nodaemon
+
+[Install]
+WantedBy=graphical.target



[arch-commits] Commit in kdebase-workspace (24 files)

2012-06-17 Thread Andrea Scarpino
Date: Sunday, June 17, 2012 @ 04:29:22
  Author: andrea
Revision: 161959

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

Added:
  kdebase-workspace/kde-unstable/kdm.service
  kdebase-workspace/repos/staging-i686/
  kdebase-workspace/repos/staging-i686/PKGBUILD
(from rev 161958, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/staging-i686/fixpath.patch
(from rev 161958, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/staging-i686/kde-np.pam
(from rev 161958, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/staging-i686/kde.pam
(from rev 161958, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/staging-i686/kdebase-workspace.install
(from rev 161958, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/staging-i686/kdm
(from rev 161958, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/staging-i686/kdm-xinitrd.patch
(from rev 161958, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/staging-i686/kdm.service
(from rev 161958, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/staging-i686/kscreensaver.pam
(from rev 161958, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/staging-i686/terminate-server.patch
(from rev 161958, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/staging-x86_64/
  kdebase-workspace/repos/staging-x86_64/PKGBUILD
(from rev 161958, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/staging-x86_64/fixpath.patch
(from rev 161958, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/staging-x86_64/kde-np.pam
(from rev 161958, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/staging-x86_64/kde.pam
(from rev 161958, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/staging-x86_64/kdebase-workspace.install
(from rev 161958, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/staging-x86_64/kdm
(from rev 161958, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/staging-x86_64/kdm-xinitrd.patch
(from rev 161958, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/staging-x86_64/kdm.service
(from rev 161958, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/staging-x86_64/kscreensaver.pam
(from rev 161958, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/staging-x86_64/terminate-server.patch
(from rev 161958, kdebase-workspace/trunk/terminate-server.patch)
Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

+
 kde-unstable/PKGBUILD  |2 
 kde-unstable/kdm.service   |9 ++
 repos/staging-i686/PKGBUILD|   82 +++
 repos/staging-i686/fixpath.patch   |   34 +
 repos/staging-i686/kde-np.pam  |9 ++
 repos/staging-i686/kde.pam |9 ++
 repos/staging-i686/kdebase-workspace.install   |   25 +++
 repos/staging-i686/kdm |   36 ++
 repos/staging-i686/kdm-xinitrd.patch   |   18 +
 repos/staging-i686/kdm.service |9 ++
 repos/staging-i686/kscreensaver.pam|1 
 repos/staging-i686/terminate-server.patch  |   11 +++
 repos/staging-x86_64/PKGBUILD  |   82 +++
 repos/staging-x86_64/fixpath.patch |   34 +
 repos/staging-x86_64/kde-np.pam|9 ++
 repos/staging-x86_64/kde.pam   |9 ++
 repos/staging-x86_64/kdebase-workspace.install |   25 +++
 repos/staging-x86_64/kdm   |   36 ++
 repos/staging-x86_64/kdm-xinitrd.patch |   18 +
 repos/staging-x86_64/kdm.service   |9 ++
 repos/staging-x86_64/kscreensaver.pam  |1 
 repos/staging-x86_64/terminate-server.patch|   11 +++
 22 files changed, 478 insertions(+), 1 deletion(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2012-06-17 08:26:32 UTC (rev 161958)
+++ kde-unstable/PKGBUILD   2012-06-17 08:29:22 UTC (rev 161959)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.8.90
-pkgrel=1
+pkgrel=2
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'

Added: kde-unstable/kdm.service
===
--- kde-unstable/kdm.service(rev 0)
+++ kde-unstable/kdm.service2012-06-17 08:29:22 UTC (rev 161959)
@@ -0,0 +1,9 @@
+[Unit]
+Description=K Display Manager
+After=systemd-user-sessions.service
+
+[Service]
+ExecStart=/usr/bin/kdm -nodaemon
+
+[Install]
+WantedBy=graphical.target

[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD)

2012-06-17 Thread Andrea Scarpino
Date: Sunday, June 17, 2012 @ 04:30:32
  Author: andrea
Revision: 161960

merge kdm service file

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 08:29:22 UTC (rev 161959)
+++ PKGBUILD2012-06-17 08:30:32 UTC (rev 161960)
@@ -28,13 +28,14 @@
 'etc/pam.d/kscreensaver')
 options=('emptydirs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
-'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
+'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service'
 'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
 sha1sums=('1f5034f90cc3b0f1a97555b05b42043414bd3489'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   '712a90999bd429883dcef5dcaf288aace332ced8'
   'b321b5e613b60231330e606fdf1e124646148388'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
+  '758203a76b58d62786a1013f6f8682e48844138a'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
   'd509dac592bd8b310df27991b208c95b6d907514')
@@ -65,13 +66,17 @@
cd ${srcdir}/build
make DESTDIR=${pkgdir} install
 
-   install -D -m755 ${srcdir}/kdm ${pkgdir}/etc/rc.d/kdm
install -D -m644 ${srcdir}/kde.pam ${pkgdir}/etc/pam.d/kde
install -D -m644 ${srcdir}/kde-np.pam ${pkgdir}/etc/pam.d/kde-np
install -D -m644 ${srcdir}/kscreensaver.pam 
${pkgdir}/etc/pam.d/kscreensaver
+
install -d -m755 ${pkgdir}/usr/share/xsessions/
-   ln -sf /usr/share/apps/kdm/sessions/kde-plasma{,-safe}.desktop 
${pkgdir}/usr/share/xsessions/
+   ln -sf /usr/share/apps/kdm/sessions/kde-plasma{,-safe}.desktop \
+  ${pkgdir}/usr/share/xsessions/
install -d -m755 ${pkgdir}/etc/kde/{env,shutdown}
 
install -d -g 135 -o 135 ${pkgdir}/var/lib/kdm
+install -D -m755 ${srcdir}/kdm ${pkgdir}/etc/rc.d/kdm
+install -D -m644 ${srcdir}/kdm.service \
+  ${pkgdir}/usr/lib/systemd/system/kdm.service
 }



[arch-commits] Commit in linux/trunk (3.4.2-rpc_pipefs.patch PKGBUILD)

2012-06-17 Thread Dave Reisner
Date: Sunday, June 17, 2012 @ 11:06:03
  Author: dreisner
Revision: 161961

remove trailing whitespace in rpc_pipefs patch

Modified:
  linux/trunk/3.4.2-rpc_pipefs.patch
  linux/trunk/PKGBUILD

+
 3.4.2-rpc_pipefs.patch |1 -
 PKGBUILD   |2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: 3.4.2-rpc_pipefs.patch
===
--- 3.4.2-rpc_pipefs.patch  2012-06-17 08:30:32 UTC (rev 161960)
+++ 3.4.2-rpc_pipefs.patch  2012-06-17 15:06:03 UTC (rev 161961)
@@ -31,4 +31,3 @@
 -- 
 1.7.7.6
 
-  
\ No newline at end of file

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 08:30:32 UTC (rev 161960)
+++ PKGBUILD2012-06-17 15:06:03 UTC (rev 161961)
@@ -32,7 +32,7 @@
  '38c1fd4a1f303f1f6c38e7f082727e2f'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
- '18b3877f9014c8cdd5eb8f6a9e8a3a3a')
+ '5a7baeab35f968bf9a6ab115d14586c7')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}



[arch-commits] Commit in linux/repos/core-i686 (18 files)

2012-06-17 Thread Dave Reisner
Date: Sunday, June 17, 2012 @ 11:31:34
  Author: dreisner
Revision: 161962

archrelease: copy trunk to core-i686

Added:
  linux/repos/core-i686/3.4.2-rpc_pipefs.patch
(from rev 161961, linux/trunk/3.4.2-rpc_pipefs.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 161961, linux/trunk/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 161961, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 161961, linux/trunk/config)
  linux/repos/core-i686/config.x86_64
(from rev 161961, linux/trunk/config.x86_64)
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
(from rev 161961, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 161961, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/core-i686/linux.install
(from rev 161961, linux/trunk/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 161961, linux/trunk/linux.preset)
Deleted:
  linux/repos/core-i686/3.4.2-rpc_pipefs.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset

---+
 3.4.2-rpc_pipefs.patch|   67 
 PKGBUILD  |  604 -
 change-default-console-loglevel.patch |   24 
 config|11680 
 config.x86_64 |11224 +++---
 fix-acerhdf-1810T-bios.patch  |   20 
 i915-fix-ghost-tv-output.patch|   52 
 linux.install |  127 
 linux.preset  |   28 
 9 files changed, 11914 insertions(+), 11912 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 161961:161962 to see the changes.


[arch-commits] Commit in linux/repos/core-x86_64 (18 files)

2012-06-17 Thread Dave Reisner
Date: Sunday, June 17, 2012 @ 11:31:49
  Author: dreisner
Revision: 161963

archrelease: copy trunk to core-x86_64

Added:
  linux/repos/core-x86_64/3.4.2-rpc_pipefs.patch
(from rev 161962, linux/trunk/3.4.2-rpc_pipefs.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 161962, linux/trunk/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 161962, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 161962, linux/trunk/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 161962, linux/trunk/config.x86_64)
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
(from rev 161962, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 161962, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/core-x86_64/linux.install
(from rev 161962, linux/trunk/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 161962, linux/trunk/linux.preset)
Deleted:
  linux/repos/core-x86_64/3.4.2-rpc_pipefs.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset

---+
 3.4.2-rpc_pipefs.patch|   67 
 PKGBUILD  |  604 -
 change-default-console-loglevel.patch |   24 
 config|11680 
 config.x86_64 |11224 +++---
 fix-acerhdf-1810T-bios.patch  |   20 
 i915-fix-ghost-tv-output.patch|   52 
 linux.install |  127 
 linux.preset  |   28 
 9 files changed, 11914 insertions(+), 11912 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 161962:161963 to see the changes.


[arch-commits] Commit in grub2/trunk (PKGBUILD)

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 12:44:47
  Author: ronald
Revision: 161964

upgpkg: grub2 1:2.00beta6-1

update to 2.00beta6

Modified:
  grub2/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 15:31:49 UTC (rev 161963)
+++ PKGBUILD2012-06-17 16:44:47 UTC (rev 161964)
@@ -2,7 +2,7 @@
 # Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
 
 _grub_bzr_rev=4232
-_pkgver=2.00~beta4
+_pkgver=2.00~beta6
 
 _grub_lua_ver=24
 _grub_gpxe_ver=12
@@ -11,7 +11,7 @@
 
 pkgname=('grub2-common' 'grub2-bios' 'grub2-efi-i386')
 pkgbase=grub2
-pkgver=2.00beta4
+pkgver=2.00beta6
 pkgrel=1
 url=http://www.gnu.org/software/grub/;
 arch=('i686' 'x86_64')
@@ -29,15 +29,14 @@
 'archlinux_grub_mkconfig_fixes.patch'
 'grub.default'
 'grub.cfg'
-'20_memtest86+'
-'grub-install.fix')
+'20_memtest86+')
 
 noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz
grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz
grub2_extras_ntldr-img_r${_grub_ntldr_ver}.tar.xz
grub2_extras_915resolution_r${_grub_915_ver}.tar.xz)
 
-sha1sums=('72d7f46a67dd7e958105e7faac72e646ef6e9f11'
+sha1sums=('0ba5ccf6e6761911f9bf236e21f8f77a2d29ebdb'
   '89290031b974780c6df76893836d2477d4add895'
   'b04994c005910b4bf123f034b30109d5c8d6fd86'
   'eb4b35b4c36b64f9405cbcbc538cb205171c1c0a'
@@ -45,8 +44,8 @@
   '26e4e946190bea1f03632658cf08ba90e11dec57'
   'a76b251b110c9c2d49d2340e4ae932db13ad75bd'
   'fd422806c87905f9cabe1f0dc13e544e5fc09e53'
-  'ce35d7ae75cd1b5b677e894e528f96add40e77b9'
-  '4ff0e12e65fb1d4d3f2a16e82eaaa43940b7dde7')
+  'ce35d7ae75cd1b5b677e894e528f96add40e77b9')
+
 _build_grub2-common_and_bios() {
 
## copy the source for building the common/bios package
@@ -57,10 +56,6 @@
patch -Np1 -i ${srcdir}/archlinux_grub_mkconfig_fixes.patch
echo
 
-   ## upstream grub-install fix 
-   ## http://lists.gnu.org/archive/html/help-grub/2012-04/msg00096.html
-   patch -Np0 -i ${srcdir}/grub-install.fix
-   
## add the grub-extra sources
export GRUB_CONTRIB=${srcdir}/grub_bios-${_pkgver}/grub-extras/
install -d ${srcdir}/grub_bios-${_pkgver}/grub-extras



[arch-commits] Commit in grub2/repos (30 files)

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 12:46:49
  Author: ronald
Revision: 161965

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

Added:
  grub2/repos/testing-i686/
  grub2/repos/testing-i686/05_archtheme
(from rev 161964, grub2/trunk/05_archtheme)
  grub2/repos/testing-i686/20_memtest86+
(from rev 161964, grub2/trunk/20_memtest86+)
  grub2/repos/testing-i686/PKGBUILD
(from rev 161964, grub2/trunk/PKGBUILD)
  grub2/repos/testing-i686/archlinux_grub2_mkconfig_fixes.patch
(from rev 161964, grub2/trunk/archlinux_grub2_mkconfig_fixes.patch)
  grub2/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 161964, grub2/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub2/repos/testing-i686/fix_stack_pointer_handling_16_relocator.patch
(from rev 161964, grub2/trunk/fix_stack_pointer_handling_16_relocator.patch)
  grub2/repos/testing-i686/grub-install.fix
(from rev 161964, grub2/trunk/grub-install.fix)
  
grub2/repos/testing-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
(from rev 161964, 
grub2/trunk/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch)
  grub2/repos/testing-i686/grub.cfg
(from rev 161964, grub2/trunk/grub.cfg)
  grub2/repos/testing-i686/grub.default
(from rev 161964, grub2/trunk/grub.default)
  grub2/repos/testing-i686/grub2.install
(from rev 161964, grub2/trunk/grub2.install)
  grub2/repos/testing-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
(from rev 161964, grub2/trunk/grub2_automake_1.11.2_pkglib_to_pkgdata.patch)
  grub2/repos/testing-i686/grub2_bzr_export.sh
(from rev 161964, grub2/trunk/grub2_bzr_export.sh)
  grub2/repos/testing-i686/grub_extras_lua_args_fix.patch
(from rev 161964, grub2/trunk/grub_extras_lua_args_fix.patch)
  grub2/repos/testing-x86_64/
  grub2/repos/testing-x86_64/05_archtheme
(from rev 161964, grub2/trunk/05_archtheme)
  grub2/repos/testing-x86_64/20_memtest86+
(from rev 161964, grub2/trunk/20_memtest86+)
  grub2/repos/testing-x86_64/PKGBUILD
(from rev 161964, grub2/trunk/PKGBUILD)
  grub2/repos/testing-x86_64/archlinux_grub2_mkconfig_fixes.patch
(from rev 161964, grub2/trunk/archlinux_grub2_mkconfig_fixes.patch)
  grub2/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 161964, grub2/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub2/repos/testing-x86_64/fix_stack_pointer_handling_16_relocator.patch
(from rev 161964, grub2/trunk/fix_stack_pointer_handling_16_relocator.patch)
  grub2/repos/testing-x86_64/grub-install.fix
(from rev 161964, grub2/trunk/grub-install.fix)
  
grub2/repos/testing-x86_64/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
(from rev 161964, 
grub2/trunk/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch)
  grub2/repos/testing-x86_64/grub.cfg
(from rev 161964, grub2/trunk/grub.cfg)
  grub2/repos/testing-x86_64/grub.default
(from rev 161964, grub2/trunk/grub.default)
  grub2/repos/testing-x86_64/grub2.install
(from rev 161964, grub2/trunk/grub2.install)
  grub2/repos/testing-x86_64/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
(from rev 161964, grub2/trunk/grub2_automake_1.11.2_pkglib_to_pkgdata.patch)
  grub2/repos/testing-x86_64/grub2_bzr_export.sh
(from rev 161964, grub2/trunk/grub2_bzr_export.sh)
  grub2/repos/testing-x86_64/grub_extras_lua_args_fix.patch
(from rev 161964, grub2/trunk/grub_extras_lua_args_fix.patch)

---+
 testing-i686/05_archtheme |6 
 testing-i686/20_memtest86+|   29 +
 testing-i686/PKGBUILD |  253 
++
 testing-i686/archlinux_grub2_mkconfig_fixes.patch |  130 
+
 testing-i686/archlinux_grub_mkconfig_fixes.patch  |  143 
+
 testing-i686/fix_stack_pointer_handling_16_relocator.patch|   13 
 testing-i686/grub-install.fix |   11 
 testing-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch   |   15 
 testing-i686/grub.cfg |  127 
+
 testing-i686/grub.default |   45 +
 testing-i686/grub2.install|   33 +
 testing-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch|  134 
+
 testing-i686/grub2_bzr_export.sh  |  113 

 testing-i686/grub_extras_lua_args_fix.patch   |   13 
 testing-x86_64/05_archtheme   |6 
 testing-x86_64/20_memtest86+  |   29 +
 testing-x86_64/PKGBUILD   |  253 
++
 testing-x86_64/archlinux_grub2_mkconfig_fixes.patch   |  130 
+
 

[arch-commits] Commit in grub2-efi-x86_64/trunk (PKGBUILD)

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 12:52:59
  Author: ronald
Revision: 161966

upgpkg: grub2-efi-x86_64 1:2.00beta6-1

update to 2.00beta6

Modified:
  grub2-efi-x86_64/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 16:46:49 UTC (rev 161965)
+++ PKGBUILD2012-06-17 16:52:59 UTC (rev 161966)
@@ -2,13 +2,13 @@
 # Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
 
 _grub_bzr_rev=4232
-_pkgver=2.00~beta4
+_pkgver=2.00~beta6
 
 _grub_lua_ver=24
 _grub_gpxe_ver=12
 
 pkgname=grub2-efi-x86_64
-pkgver=2.00beta4
+pkgver=2.00beta6
 pkgrel=1
 epoch=1
 pkgdesc=The GNU GRand Unified Bootloader version 2 - x86_64 UEFI version
@@ -29,7 +29,7 @@
 noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz
grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz)
 
-sha1sums=('72d7f46a67dd7e958105e7faac72e646ef6e9f11'
+sha1sums=('0ba5ccf6e6761911f9bf236e21f8f77a2d29ebdb'
   '89290031b974780c6df76893836d2477d4add895'
   'b04994c005910b4bf123f034b30109d5c8d6fd86')




[arch-commits] Commit in grub2-efi-x86_64/repos (4 files)

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 12:53:20
  Author: ronald
Revision: 161967

archrelease: copy trunk to testing-any

Added:
  grub2-efi-x86_64/repos/testing-any/
  grub2-efi-x86_64/repos/testing-any/PKGBUILD
(from rev 161966, grub2-efi-x86_64/trunk/PKGBUILD)
  grub2-efi-x86_64/repos/testing-any/grub_extras_lua_args_fix.patch
(from rev 161966, grub2-efi-x86_64/trunk/grub_extras_lua_args_fix.patch)
  grub2-efi-x86_64/repos/testing-any/ldflags.patch
(from rev 161966, grub2-efi-x86_64/trunk/ldflags.patch)

+
 PKGBUILD   |  103 +++
 grub_extras_lua_args_fix.patch |   13 
 ldflags.patch  |   15 +
 3 files changed, 131 insertions(+)

Copied: grub2-efi-x86_64/repos/testing-any/PKGBUILD (from rev 161966, 
grub2-efi-x86_64/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-17 16:53:20 UTC (rev 161967)
@@ -0,0 +1,103 @@
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+_grub_bzr_rev=4232
+_pkgver=2.00~beta6
+
+_grub_lua_ver=24
+_grub_gpxe_ver=12
+
+pkgname=grub2-efi-x86_64
+pkgver=2.00beta6
+pkgrel=1
+epoch=1
+pkgdesc=The GNU GRand Unified Bootloader version 2 - x86_64 UEFI version
+url=http://www.gnu.org/software/grub/;
+arch=('any')
+license=('GPL3')
+
+makedepends=('xz' 'python' 'autogen' 'texinfo' 'help2man' 'gettext' 
'device-mapper' 'fuse')
+depends=(grub2-common=${epoch}:${pkgver} 'dosfstools' 'efibootmgr')
+
+options=('!strip' '!emptydirs')
+
+# source=(ftp://ftp.archlinux.org/other/grub2/grub_r${_grub_bzr_rev}.tar.xz;
+source=(http://alpha.gnu.org/gnu/grub/grub-${_pkgver}.tar.xz
+
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz; 
   
+   
ftp://ftp.archlinux.org/other/grub2/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz;)
+
+noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz
+   grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz)
+
+sha1sums=('0ba5ccf6e6761911f9bf236e21f8f77a2d29ebdb'
+  '89290031b974780c6df76893836d2477d4add895'
+  'b04994c005910b4bf123f034b30109d5c8d6fd86')
+   
+build() {
+
+   if [[ ${CARCH} == 'i686' ]]; then
+   echo This package can be built only in a x86_64 system. 
Exiting.
+   exit 1
+   fi
+
+   cd ${srcdir}/grub-${_pkgver}
+
+   ## add grub-extras
+   export GRUB_CONTRIB=${srcdir}/grub-${_pkgver}/grub-extras/ 
+   install -d ${srcdir}/grub-${_pkgver}/grub-extras
+
+   bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
+   -C ${srcdir}/grub-${_pkgver}/grub-extras
+
+   bsdtar xf ${srcdir}/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz \
+   -C ${srcdir}/grub-${_pkgver}/grub-extras
+
+   ## Requires python2
+   # sed 's|python |python2 |g' -i ${srcdir}/grub-${_pkgver}/autogen.sh
+
+   ## start the actual build process
+   cd ${srcdir}/grub-${_pkgver}/
+   ./autogen.sh
+
+   CFLAGS= ./configure \
+   --with-platform=efi \
+   --target=x86_64 \
+   --host=${CARCH}-unknown-linux-gnu \
+   --disable-efiemu \
+   --enable-mm-debug \
+   --enable-nls \
+   --enable-device-mapper \
+   --enable-cache-stats \
+   --enable-grub-mkfont \
+   --enable-grub-mount \
+   --prefix=/usr \
+   --bindir=/usr/bin \
+   --sbindir=/usr/sbin \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+   --datarootdir=/usr/share \
+   --sysconfdir=/etc \
+   --program-prefix= \
+   --with-bootdir=/boot \
+   --with-grubdir=grub \
+   --disable-werror
+
+
+   CFLAGS= make
+
+}
+
+package() {
+
+   cd ${srcdir}/grub-${_pkgver}
+   make DESTDIR=${pkgdir}/ install 
+
+   ## remove non platform-specific files
+   rm -rf ${pkgdir}/{boot,etc,usr/{share,bin,sbin}}
+
+   ## remove gdb debugging related files
+   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.module || true
+   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.image || true
+   rm -f 
${pkgdir}/usr/lib/grub/x86_64-efi/{kernel.exec,gdb_grub,gmodule.pl} || true
+
+}

Copied: grub2-efi-x86_64/repos/testing-any/grub_extras_lua_args_fix.patch (from 
rev 161966, grub2-efi-x86_64/trunk/grub_extras_lua_args_fix.patch)
===
--- testing-any/grub_extras_lua_args_fix.patch  (rev 0)
+++ testing-any/grub_extras_lua_args_fix.patch  2012-06-17 16:53:20 UTC (rev 
161967)
@@ -0,0 +1,13 @@
+diff --git a/grub-extras/lua/grub_lib.c b/grub-extras/lua/grub_lib.c
+index 9014320..055d620 

[arch-commits] Commit in digikam/trunk (PKGBUILD)

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 14:32:19
  Author: ronald
Revision: 161968

upgpkg: digikam 2.6.0-1

update to 2.6.0

Modified:
  digikam/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 16:53:20 UTC (rev 161967)
+++ PKGBUILD2012-06-17 18:32:19 UTC (rev 161968)
@@ -5,8 +5,8 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=2.5.0
-pkgrel=6
+pkgver=2.6.0
+pkgrel=1
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,22 +14,12 @@
 makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
  'cmake' 'automoc4' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-   boost148.patch libkipi140.patch digikam-2.5.0-gcc-4.7.0.patch)
-sha1sums=('6cadb838669d1bdcbd6abb677889f7d68d696383'
-  '93853084905b21309c46ce7d585021e76283d429'
-  '8a8f624fd0ca768a9dcd706405eb6e4944892d87'
-  '5058831a4f1209468d0249c03f0e243f176f995a')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('a7a9e4e342f118b603a11539c98a01c9970254df')
+
 build() {
   cd ${srcdir}
 
-  pushd ${pkgname}-${pkgver}/core
-  patch -Np0 -i ${srcdir}/boost148.patch
-  patch -Np1 -i ${srcdir}/libkipi140.patch
-  popd
-
-  patch -Np0 -i ${srcdir}/digikam-2.5.0-gcc-4.7.0.patch
-
   mkdir build
   cd build
   # Use internal lensfun (FS#21816)



[arch-commits] Commit in digikam/repos (24 files)

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 14:33:21
  Author: ronald
Revision: 161969

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 161968, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/boost148.patch
(from rev 161968, digikam/trunk/boost148.patch)
  digikam/repos/extra-i686/digikam-2.5.0-gcc-4.7.0.patch
(from rev 161968, digikam/trunk/digikam-2.5.0-gcc-4.7.0.patch)
  digikam/repos/extra-i686/digikam.install
(from rev 161968, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 161968, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-i686/libkipi140.patch
(from rev 161968, digikam/trunk/libkipi140.patch)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 161968, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/boost148.patch
(from rev 161968, digikam/trunk/boost148.patch)
  digikam/repos/extra-x86_64/digikam-2.5.0-gcc-4.7.0.patch
(from rev 161968, digikam/trunk/digikam-2.5.0-gcc-4.7.0.patch)
  digikam/repos/extra-x86_64/digikam.install
(from rev 161968, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 161968, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/libkipi140.patch
(from rev 161968, digikam/trunk/libkipi140.patch)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/boost148.patch
  digikam/repos/extra-i686/digikam-2.5.0-gcc-4.7.0.patch
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-i686/libkipi140.patch
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/boost148.patch
  digikam/repos/extra-x86_64/digikam-2.5.0-gcc-4.7.0.patch
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install
  digikam/repos/extra-x86_64/libkipi140.patch

+
 extra-i686/PKGBUILD|  198 ---
 extra-i686/boost148.patch  |  130 -
 extra-i686/digikam-2.5.0-gcc-4.7.0.patch   |  126 -
 extra-i686/digikam.install |   24 +--
 extra-i686/kipi-plugins.install|   24 +--
 extra-i686/libkipi140.patch|  126 -
 extra-x86_64/PKGBUILD  |  198 ---
 extra-x86_64/boost148.patch|  130 -
 extra-x86_64/digikam-2.5.0-gcc-4.7.0.patch |  126 -
 extra-x86_64/digikam.install   |   24 +--
 extra-x86_64/kipi-plugins.install  |   24 +--
 extra-x86_64/libkipi140.patch  |  126 -
 12 files changed, 618 insertions(+), 638 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 161968:161969 to see the changes.


[arch-commits] Commit in octave/trunk (PKGBUILD)

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 15:51:18
  Author: ronald
Revision: 161970

upgpkg: octave 3.6.2-1

update to 3.6.2

Modified:
  octave/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 18:33:21 UTC (rev 161969)
+++ PKGBUILD2012-06-17 19:51:18 UTC (rev 161970)
@@ -4,8 +4,8 @@
 # Contributor : cyberdune cyberd...@gmail.com
 
 pkgname=octave
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc=A high-level language, primarily intended for numerical computations.
 arch=('i686' 'x86_64')
 url=http://www.octave.org;
@@ -17,7 +17,7 @@
 source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2;)
 options=('!emptydirs')
 install=octave.install
-sha1sums=('46fdc0b3d7db1b0266975a7443e26769c939a9c7')
+sha1sums=('145fef0122268086727a60e1c33e29d56fd546d7')

 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -38,5 +38,5 @@
 
   # add octave library path to ld.so.conf.d
   install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/${pkgname}-${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
+  echo /usr/lib/${pkgname}/${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
 }



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

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 15:52:12
  Author: ronald
Revision: 161971

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

Added:
  octave/repos/extra-i686/PKGBUILD
(from rev 161970, octave/trunk/PKGBUILD)
  octave/repos/extra-i686/curlfix.patch
(from rev 161970, octave/trunk/curlfix.patch)
  octave/repos/extra-i686/imread.patch
(from rev 161970, octave/trunk/imread.patch)
  octave/repos/extra-i686/octave-3.4.0-gcc46.patch
(from rev 161970, octave/trunk/octave-3.4.0-gcc46.patch)
  octave/repos/extra-i686/octave.install
(from rev 161970, octave/trunk/octave.install)
  octave/repos/extra-x86_64/PKGBUILD
(from rev 161970, octave/trunk/PKGBUILD)
  octave/repos/extra-x86_64/curlfix.patch
(from rev 161970, octave/trunk/curlfix.patch)
  octave/repos/extra-x86_64/imread.patch
(from rev 161970, octave/trunk/imread.patch)
  octave/repos/extra-x86_64/octave-3.4.0-gcc46.patch
(from rev 161970, octave/trunk/octave-3.4.0-gcc46.patch)
  octave/repos/extra-x86_64/octave.install
(from rev 161970, octave/trunk/octave.install)
Deleted:
  octave/repos/extra-i686/PKGBUILD
  octave/repos/extra-i686/curlfix.patch
  octave/repos/extra-i686/imread.patch
  octave/repos/extra-i686/octave-3.4.0-gcc46.patch
  octave/repos/extra-i686/octave.install
  octave/repos/extra-x86_64/PKGBUILD
  octave/repos/extra-x86_64/curlfix.patch
  octave/repos/extra-x86_64/imread.patch
  octave/repos/extra-x86_64/octave-3.4.0-gcc46.patch
  octave/repos/extra-x86_64/octave.install

---+
 extra-i686/PKGBUILD   |   84 
 extra-i686/curlfix.patch  |   20 +++
 extra-i686/imread.patch   |   58 +++---
 extra-i686/octave-3.4.0-gcc46.patch   |   48 +-
 extra-i686/octave.install |   36 ++---
 extra-x86_64/PKGBUILD |   84 
 extra-x86_64/curlfix.patch|   20 +++
 extra-x86_64/imread.patch |   58 +++---
 extra-x86_64/octave-3.4.0-gcc46.patch |   48 +-
 extra-x86_64/octave.install   |   36 ++---
 10 files changed, 246 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-17 19:51:18 UTC (rev 161970)
+++ extra-i686/PKGBUILD 2012-06-17 19:52:12 UTC (rev 161971)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor : shining shiningxc.at.gmail.com
-# Contributor : cyberdune cyberd...@gmail.com
-
-pkgname=octave
-pkgver=3.6.1
-pkgrel=2
-pkgdesc=A high-level language, primarily intended for numerical computations.
-arch=('i686' 'x86_64')
-url=http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 
'gcc-libs' 'qhull' 'fltk' 'suitesparse') 
-makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'suitesparse' 
'texlive-core')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2;)
-options=('!emptydirs')
-install=octave.install
-sha1sums=('46fdc0b3d7db1b0266975a7443e26769c939a9c7')
-   
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # http://www.nabble.com/Random-rounding-errors-td16010966.html
-  FFLAGS=-O -ffloat-store \
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static
-
-  LANG=C make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # add octave library path to ld.so.conf.d
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/${pkgname}-${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 161970, 
octave/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-17 19:52:12 UTC (rev 161971)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor : shining shiningxc.at.gmail.com
+# Contributor : cyberdune cyberd...@gmail.com
+
+pkgname=octave
+pkgver=3.6.2
+pkgrel=1
+pkgdesc=A high-level language, primarily intended for numerical computations.
+arch=('i686' 'x86_64')
+url=http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 
'gcc-libs' 'qhull' 'fltk' 'suitesparse') 
+makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'suitesparse' 
'texlive-core')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2;)
+options=('!emptydirs')
+install=octave.install
+sha1sums=('145fef0122268086727a60e1c33e29d56fd546d7')
+   
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+

[arch-commits] Commit in udisks2/trunk (PKGBUILD)

2012-06-17 Thread Jan Steffens
Date: Sunday, June 17, 2012 @ 16:17:25
  Author: heftig
Revision: 161972

1.98.0

Modified:
  udisks2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 19:52:12 UTC (rev 161971)
+++ PKGBUILD2012-06-17 20:17:25 UTC (rev 161972)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=udisks2
-pkgver=1.94.0
-pkgrel=2
+pkgver=1.98.0
+pkgrel=1
 pkgdesc=Disk Management Service, version 2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/udisks;
@@ -14,7 +14,7 @@
 'gptfdisk: GUID partition table support')
 options=(!libtool)
 source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('e58193c2f2f4fba030b6dd684708352b1eccf6826843e42899a26fef4249b0bc')
+sha256sums=('c3e93ed0f678bb4999ea1209ede83717f086b0464a998889b47ee0017d3f8d78')
 
 build() {
   cd udisks-$pkgver



[arch-commits] Commit in udisks2/trunk (PKGBUILD)

2012-06-17 Thread Jan Steffens
Date: Sunday, June 17, 2012 @ 16:20:13
  Author: heftig
Revision: 161973

Revert, breaks gvfs

Modified:
  udisks2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 20:17:25 UTC (rev 161972)
+++ PKGBUILD2012-06-17 20:20:13 UTC (rev 161973)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=udisks2
-pkgver=1.98.0
-pkgrel=1
+pkgver=1.94.0
+pkgrel=2
 pkgdesc=Disk Management Service, version 2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/udisks;
@@ -14,7 +14,7 @@
 'gptfdisk: GUID partition table support')
 options=(!libtool)
 source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('c3e93ed0f678bb4999ea1209ede83717f086b0464a998889b47ee0017d3f8d78')
+sha256sums=('e58193c2f2f4fba030b6dd684708352b1eccf6826843e42899a26fef4249b0bc')
 
 build() {
   cd udisks-$pkgver



[arch-commits] Commit in stellarium/trunk (PKGBUILD)

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 16:21:55
  Author: ronald
Revision: 161974

upgpkg: stellarium 0.11.3-1

update to 0.11.3

Modified:
  stellarium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 20:20:13 UTC (rev 161973)
+++ PKGBUILD2012-06-17 20:21:55 UTC (rev 161974)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=stellarium
-pkgver=0.11.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc=A stellarium with great graphics and a nice database of sky-objects
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
stellarium.desktop
 stellarium.png)
-sha1sums=('ed77c612b53d74dc2264b1be05f19d05950a1771'
+sha1sums=('8ee73f5ddde320f5912243b6353b1d92ca52562c'
   'c9cc79212542238227b5bd6af99f60fe056f4ab2'
   'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')




[arch-commits] Commit in stellarium/repos (16 files)

2012-06-17 Thread Ronald van Haren
Date: Sunday, June 17, 2012 @ 16:22:44
  Author: ronald
Revision: 161975

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

Added:
  stellarium/repos/extra-i686/PKGBUILD
(from rev 161974, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-i686/libpng14.patch
(from rev 161974, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-i686/stellarium.desktop
(from rev 161974, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-i686/stellarium.png
(from rev 161974, stellarium/trunk/stellarium.png)
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 161974, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 161974, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-x86_64/stellarium.desktop
(from rev 161974, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-x86_64/stellarium.png
(from rev 161974, stellarium/trunk/stellarium.png)
Deleted:
  stellarium/repos/extra-i686/PKGBUILD
  stellarium/repos/extra-i686/libpng14.patch
  stellarium/repos/extra-i686/stellarium.desktop
  stellarium/repos/extra-i686/stellarium.png
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch
  stellarium/repos/extra-x86_64/stellarium.desktop
  stellarium/repos/extra-x86_64/stellarium.png

-+
 extra-i686/PKGBUILD |   76 +++---
 extra-i686/libpng14.patch   |   42 ++---
 extra-i686/stellarium.desktop   |   18 -
 extra-x86_64/PKGBUILD   |   76 +++---
 extra-x86_64/libpng14.patch |   42 ++---
 extra-x86_64/stellarium.desktop |   18 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-17 20:21:55 UTC (rev 161974)
+++ extra-i686/PKGBUILD 2012-06-17 20:22:44 UTC (rev 161975)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=stellarium
-pkgver=0.11.2
-pkgrel=1
-pkgdesc=A stellarium with great graphics and a nice database of sky-objects
-arch=(i686 x86_64)
-url=http://stellarium.free.fr/;
-license=('GPL2')
-depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt' 'openssl')
-makedepends=('cmake' 'boost')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-   stellarium.desktop
-stellarium.png)
-sha1sums=('ed77c612b53d74dc2264b1be05f19d05950a1771'
-  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
-  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
-   
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  # install desktop file  pixmap
-  install -Dm644 ${srcdir}/stellarium.desktop \
-   ${pkgdir}/usr/share/applications/stellarium.desktop
-  install -Dm644 ${srcdir}/stellarium.png \
-   ${pkgdir}/usr/share/pixmaps/stellarium.png
-}

Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 161974, 
stellarium/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-17 20:22:44 UTC (rev 161975)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=stellarium
+pkgver=0.11.3
+pkgrel=1
+pkgdesc=A stellarium with great graphics and a nice database of sky-objects
+arch=(i686 x86_64)
+url=http://stellarium.free.fr/;
+license=('GPL2')
+depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt' 'openssl')
+makedepends=('cmake' 'boost')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   stellarium.desktop
+stellarium.png)
+sha1sums=('8ee73f5ddde320f5912243b6353b1d92ca52562c'
+  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
+  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
+   
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+ 
+  make DESTDIR=${pkgdir} install
+
+  # install desktop file  pixmap
+  install -Dm644 ${srcdir}/stellarium.desktop \
+   ${pkgdir}/usr/share/applications/stellarium.desktop
+  install -Dm644 ${srcdir}/stellarium.png \
+   ${pkgdir}/usr/share/pixmaps/stellarium.png
+}

Deleted: extra-i686/libpng14.patch
===
--- extra-i686/libpng14.patch   2012-06-17 20:21:55 UTC (rev 161974)
+++ extra-i686/libpng14.patch   2012-06-17 20:22:44 UTC (rev 161975)
@@ -1,21 +0,0 @@
-diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 

[arch-commits] Commit in c-ares/trunk (PKGBUILD)

2012-06-17 Thread Dave Reisner
Date: Sunday, June 17, 2012 @ 18:24:48
  Author: dreisner
Revision: 161976

upgpkg: c-ares 1.9.0-1

Modified:
  c-ares/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 20:22:44 UTC (rev 161975)
+++ PKGBUILD2012-06-17 22:24:48 UTC (rev 161976)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=c-ares
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='C library that performs DNS requests and name resolves asynchronously'
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 options=('!libtool')
 source=(http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
 'LICENSE')
-md5sums=('2936494add5663ecc57147cc3c9697f9'
- '85b0cca26bc34005e25016169abbe66d'
+md5sums=('c1a61a5a9db15129ba538f724de50ded'
+ '5cfadabe6c9cb1e0aa879803129bcfe3'
  'c69f2042941b708ce3e7121424d0b7e6')
 
 build() {



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

2012-06-17 Thread Dave Reisner
Date: Sunday, June 17, 2012 @ 18:25:00
  Author: dreisner
Revision: 161977

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

Added:
  c-ares/repos/extra-i686/LICENSE
(from rev 161976, c-ares/trunk/LICENSE)
  c-ares/repos/extra-i686/PKGBUILD
(from rev 161976, c-ares/trunk/PKGBUILD)
  c-ares/repos/extra-x86_64/LICENSE
(from rev 161976, c-ares/trunk/LICENSE)
  c-ares/repos/extra-x86_64/PKGBUILD
(from rev 161976, c-ares/trunk/PKGBUILD)
Deleted:
  c-ares/repos/extra-i686/LICENSE
  c-ares/repos/extra-i686/PKGBUILD
  c-ares/repos/extra-x86_64/LICENSE
  c-ares/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|   20 +++---
 extra-i686/PKGBUILD   |   68 
 extra-x86_64/LICENSE  |   20 +++---
 extra-x86_64/PKGBUILD |   68 
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-06-17 22:24:48 UTC (rev 161976)
+++ extra-i686/LICENSE  2012-06-17 22:25:00 UTC (rev 161977)
@@ -1,10 +0,0 @@
-Copyright 1998 by the Massachusetts Institute of Technology.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted, provided that
-the above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of M.I.T. not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior permission.
-M.I.T. makes no representations about the suitability of this software for any
-purpose.  It is provided as is without express or implied warranty.

Copied: c-ares/repos/extra-i686/LICENSE (from rev 161976, c-ares/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2012-06-17 22:25:00 UTC (rev 161977)
@@ -0,0 +1,10 @@
+Copyright 1998 by the Massachusetts Institute of Technology.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior permission.
+M.I.T. makes no representations about the suitability of this software for any
+purpose.  It is provided as is without express or implied warranty.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-17 22:24:48 UTC (rev 161976)
+++ extra-i686/PKGBUILD 2012-06-17 22:25:00 UTC (rev 161977)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=c-ares
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='C library that performs DNS requests and name resolves asynchronously'
-arch=('i686' 'x86_64')
-url='http://c-ares.haxx.se/'
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
-'LICENSE')
-md5sums=('2936494add5663ecc57147cc3c9697f9'
- '85b0cca26bc34005e25016169abbe66d'
- 'c69f2042941b708ce3e7121424d0b7e6')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr --enable-shared
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-   install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: c-ares/repos/extra-i686/PKGBUILD (from rev 161976, 
c-ares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-17 22:25:00 UTC (rev 161977)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=c-ares
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('i686' 'x86_64')
+url='http://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+'LICENSE')
+md5sums=('c1a61a5a9db15129ba538f724de50ded'
+ '5cfadabe6c9cb1e0aa879803129bcfe3'
+ 'c69f2042941b708ce3e7121424d0b7e6')
+
+build() {
+   cd 

[arch-commits] Commit in baobab/trunk (PKGBUILD)

2012-06-17 Thread Ionut Biru
Date: Sunday, June 17, 2012 @ 18:49:59
  Author: ibiru
Revision: 161978

fix dependency FS#30327 

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 22:25:00 UTC (rev 161977)
+++ PKGBUILD2012-06-17 22:49:59 UTC (rev 161978)
@@ -2,12 +2,12 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=baobab
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
 url=http://gnome.org;
 license=('GPL2')
-depends=('dconf' 'gtk3' 'libgtop')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'libgtop')
 makedepends=('intltool' 'itstool')
 groups=('gnome-extra')
 install=$pkgname.install



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

2012-06-17 Thread Ionut Biru
Date: Sunday, June 17, 2012 @ 18:51:02
  Author: ibiru
Revision: 161979

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

Added:
  baobab/repos/extra-i686/PKGBUILD
(from rev 161978, baobab/trunk/PKGBUILD)
  baobab/repos/extra-i686/baobab.install
(from rev 161978, baobab/trunk/baobab.install)
  baobab/repos/extra-x86_64/PKGBUILD
(from rev 161978, baobab/trunk/PKGBUILD)
  baobab/repos/extra-x86_64/baobab.install
(from rev 161978, baobab/trunk/baobab.install)
Deleted:
  baobab/repos/extra-i686/PKGBUILD
  baobab/repos/extra-i686/baobab.install
  baobab/repos/extra-x86_64/PKGBUILD
  baobab/repos/extra-x86_64/baobab.install

-+
 extra-i686/PKGBUILD |   56 +-
 extra-i686/baobab.install   |   24 +-
 extra-x86_64/PKGBUILD   |   56 +-
 extra-x86_64/baobab.install |   24 +-
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-17 22:49:59 UTC (rev 161978)
+++ extra-i686/PKGBUILD 2012-06-17 22:51:02 UTC (rev 161979)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=baobab
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=A graphical directory tree analyzer
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libgtop')
-makedepends=('intltool' 'itstool')
-groups=('gnome-extra')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0c9743caf8cdc6dd69d694453cd57816c1ca0514cf5022846088021949f7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/extra-i686/PKGBUILD (from rev 161978, 
baobab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-17 22:51:02 UTC (rev 161979)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=baobab
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'libgtop')
+makedepends=('intltool' 'itstool')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0c9743caf8cdc6dd69d694453cd57816c1ca0514cf5022846088021949f7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/baobab.install
===
--- extra-i686/baobab.install   2012-06-17 22:49:59 UTC (rev 161978)
+++ extra-i686/baobab.install   2012-06-17 22:51:02 UTC (rev 161979)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baobab/repos/extra-i686/baobab.install (from rev 161978, 
baobab/trunk/baobab.install)
===
--- extra-i686/baobab.install   (rev 0)
+++ extra-i686/baobab.install   2012-06-17 22:51:02 UTC (rev 161979)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-17 22:49:59 UTC (rev 161978)
+++ extra-x86_64/PKGBUILD   2012-06-17 22:51:02 UTC (rev 161979)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=baobab
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=A graphical directory tree analyzer
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libgtop')
-makedepends=('intltool' 'itstool')
-groups=('gnome-extra')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0c9743caf8cdc6dd69d694453cd57816c1ca0514cf5022846088021949f7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/extra-x86_64/PKGBUILD (from rev 161978, 
baobab/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in nspr/trunk (PKGBUILD)

2012-06-17 Thread Ionut Biru
Date: Sunday, June 17, 2012 @ 18:56:04
  Author: ibiru
Revision: 161980

update to 4.9.1

Modified:
  nspr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 22:51:02 UTC (rev 161979)
+++ PKGBUILD2012-06-17 22:56:04 UTC (rev 161980)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 pkgname=nspr
-pkgver=4.9
+pkgver=4.9.1
 pkgrel=1
 pkgdesc=Netscape Portable Runtime
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz
 nspr.pc.in)
-md5sums=('aa0c960b23a9d66a3c30c3e6ba80a99a'
+md5sums=('d36d7b65a38f5b43ebd50ad3ad227120'
  'bce1611f3117b53fc904cab549c09967')
 
 build() {



[arch-commits] Commit in nspr/repos (6 files)

2012-06-17 Thread Ionut Biru
Date: Sunday, June 17, 2012 @ 18:56:52
  Author: ibiru
Revision: 161981

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

Added:
  nspr/repos/testing-i686/
  nspr/repos/testing-i686/PKGBUILD
(from rev 161980, nspr/trunk/PKGBUILD)
  nspr/repos/testing-i686/nspr.pc.in
(from rev 161980, nspr/trunk/nspr.pc.in)
  nspr/repos/testing-x86_64/
  nspr/repos/testing-x86_64/PKGBUILD
(from rev 161980, nspr/trunk/PKGBUILD)
  nspr/repos/testing-x86_64/nspr.pc.in
(from rev 161980, nspr/trunk/nspr.pc.in)

---+
 testing-i686/PKGBUILD |   63 
 testing-i686/nspr.pc.in   |   10 ++
 testing-x86_64/PKGBUILD   |   63 
 testing-x86_64/nspr.pc.in |   10 ++
 4 files changed, 146 insertions(+)

Copied: nspr/repos/testing-i686/PKGBUILD (from rev 161980, nspr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-17 22:56:52 UTC (rev 161981)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=nspr
+pkgver=4.9.1
+pkgrel=1
+pkgdesc=Netscape Portable Runtime
+arch=(i686 x86_64)
+url=http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=(!emptydirs)
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz
+nspr.pc.in)
+md5sums=('d36d7b65a38f5b43ebd50ad3ad227120'
+ 'bce1611f3117b53fc904cab549c09967')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  if [ $CARCH = x86_64 ]; then
+confflags=--enable-64bit
+  else
+confflags=
+  fi
+
+  sed -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
+  -i mozilla/nsprpub/config/rules.mk
+
+  ./mozilla/nsprpub/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${confflags}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  NSPR_LIBS=`./config/nspr-config --libs`
+  NSPR_CFLAGS=`./config/nspr-config --cflags`
+  NSPR_VERSION=`./config/nspr-config --version`
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  sed ${srcdir}/nspr.pc.in -e s,%libdir%,/usr/lib, \
+   -e s,%prefix%,/usr, \
+   -e s,%exec_prefix%,/usr/bin, \
+   -e s,%includedir%,/usr/include/nspr, \
+   -e s,%NSPR_VERSION%,${NSPR_VERSION}, \
+   -e s,%FULL_NSPR_LIBS%,${NSPR_LIBS}, \
+   -e s,%FULL_NSPR_CFLAGS%,${NSPR_CFLAGS},  
${pkgdir}/usr/lib/pkgconfig/nspr.pc
+  chmod 644 ${pkgdir}/usr/lib/pkgconfig/nspr.pc
+  ln -sf nspr.pc ${pkgdir}/usr/lib/pkgconfig/mozilla-nspr.pc
+
+  chmod 644 ${pkgdir}/usr/lib/*.a
+
+  rm -rf ${pkgdir}/usr/bin/compile-et.pl \
+   ${pkgdir}/usr/bin/prerr.properties \
+   ${pkgdir}/usr/share/aclocal/nspr.m4 \
+   ${pkgdir}/usr/include/nspr/md
+}

Copied: nspr/repos/testing-i686/nspr.pc.in (from rev 161980, 
nspr/trunk/nspr.pc.in)
===
--- testing-i686/nspr.pc.in (rev 0)
+++ testing-i686/nspr.pc.in 2012-06-17 22:56:52 UTC (rev 161981)
@@ -0,0 +1,10 @@
+prefix=%prefix%
+exec_prefix=%exec_prefix%
+libdir=%libdir%
+includedir=%includedir%
+
+Name: NSPR
+Description: The Netscape Portable Runtime
+Version: %NSPR_VERSION%
+Libs: %FULL_NSPR_LIBS%
+Cflags: %FULL_NSPR_CFLAGS%

Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 161980, 
nspr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-17 22:56:52 UTC (rev 161981)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=nspr
+pkgver=4.9.1
+pkgrel=1
+pkgdesc=Netscape Portable Runtime
+arch=(i686 x86_64)
+url=http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=(!emptydirs)
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz
+nspr.pc.in)
+md5sums=('d36d7b65a38f5b43ebd50ad3ad227120'
+ 'bce1611f3117b53fc904cab549c09967')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  if [ $CARCH = x86_64 ]; then
+confflags=--enable-64bit
+  else
+confflags=
+  fi
+
+  sed -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
+  -i mozilla/nsprpub/config/rules.mk
+
+  ./mozilla/nsprpub/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${confflags}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} 

[arch-commits] Commit in nss/trunk (PKGBUILD)

2012-06-17 Thread Ionut Biru
Date: Sunday, June 17, 2012 @ 19:03:32
  Author: ibiru
Revision: 161982

update 3.13.5

Modified:
  nss/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 22:56:52 UTC (rev 161981)
+++ PKGBUILD2012-06-17 23:03:32 UTC (rev 161982)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=nss
-pkgver=3.13.4
-pkgrel=2
+pkgver=3.13.5
+pkgrel=1
 pkgdesc=Mozilla Network Security Services
 arch=(i686 x86_64)
 url=http://www.mozilla.org/projects/security/pki/nss/;
 license=('MPL' 'GPL')
-_nsprver=4.9
+_nsprver=4.9.1
 depends=(nspr=${_nsprver} 'sqlite' 'zlib' 'sh')
 makedepends=('perl')
 options=('!strip')
@@ -18,7 +18,7 @@
 nss-config.in
 add_spi+cacert_ca_certs.patch
 ssl-renegotiate-transitional.patch)
-sha1sums=('c5a829c3bd56aa743457faf21469065f87c2db75'
+sha1sums=('22cfe2cbccc93189699e6eed283eca288b45f6cb'
   'c8fcdb153af9d39689243119adb475905a657284'
   'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd'
   'cb744cc3e56b604e4754bc3c7d9f25bb9a0a136c'



[arch-commits] Commit in nss/repos (14 files)

2012-06-17 Thread Ionut Biru
Date: Sunday, June 17, 2012 @ 19:04:36
  Author: ibiru
Revision: 161983

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

Added:
  nss/repos/testing-i686/
  nss/repos/testing-i686/PKGBUILD
(from rev 161982, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/add_spi+cacert_ca_certs.patch
(from rev 161982, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/testing-i686/nss-config.in
(from rev 161982, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss-no-rpath.patch
(from rev 161982, nss/trunk/nss-no-rpath.patch)
  nss/repos/testing-i686/nss.pc.in
(from rev 161982, nss/trunk/nss.pc.in)
  nss/repos/testing-i686/ssl-renegotiate-transitional.patch
(from rev 161982, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 161982, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/add_spi+cacert_ca_certs.patch
(from rev 161982, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 161982, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-no-rpath.patch
(from rev 161982, nss/trunk/nss-no-rpath.patch)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 161982, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch
(from rev 161982, nss/trunk/ssl-renegotiate-transitional.patch)

---+
 testing-i686/PKGBUILD |  106 +++
 testing-i686/add_spi+cacert_ca_certs.patch|  568 
 testing-i686/nss-config.in|  145 +
 testing-i686/nss-no-rpath.patch   |   14 
 testing-i686/nss.pc.in|   11 
 testing-i686/ssl-renegotiate-transitional.patch   |   21 
 testing-x86_64/PKGBUILD   |  106 +++
 testing-x86_64/add_spi+cacert_ca_certs.patch  |  568 
 testing-x86_64/nss-config.in  |  145 +
 testing-x86_64/nss-no-rpath.patch |   14 
 testing-x86_64/nss.pc.in  |   11 
 testing-x86_64/ssl-renegotiate-transitional.patch |   21 
 12 files changed, 1730 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 161982:161983 to see the changes.


[arch-commits] Commit in gzip/trunk (PKGBUILD gzip.install)

2012-06-17 Thread Allan McRae
Date: Sunday, June 17, 2012 @ 19:20:20
  Author: allan
Revision: 161984

upgpkg: gzip 1.5-1

upstream update, install to /usr/bin, use faster assembly code as we do not 
compile -fPIE anyway...

Modified:
  gzip/trunk/PKGBUILD
  gzip/trunk/gzip.install

--+
 PKGBUILD |   22 ++
 gzip.install |   13 -
 2 files changed, 10 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 23:04:36 UTC (rev 161983)
+++ PKGBUILD2012-06-17 23:20:20 UTC (rev 161984)
@@ -3,29 +3,23 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=gzip
-pkgver=1.4
-pkgrel=4
+pkgver=1.5
+pkgrel=1
 pkgdesc=GNU compression utility
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gzip/;
 license=('GPL3')
 groups=('base')
 depends=('glibc' 'bash')
-makedepends=('patch')
 install=gzip.install
-source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.gz{,.sig})
-md5sums=('e381b8506210c794278f5527cba0e765'
- '3b11d485d1638f2d16f7494a0486a6e8')
+source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
+md5sums=('2a431e169b6f62f7332ef6d47cc53bae'
+ '2de95937a3f65137acf9c55d4ad0447a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # By default Gzip uses assembly code. While this may preform better, 
-   # it is not position independent. The DEFS environment variable is 
-   # set to use only C code.
-   export DEFS=NO_ASM
   ./configure --prefix=/usr
-  make 
+  make
 }
 
 check() {
@@ -35,9 +29,5 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   make prefix=${pkgdir}/usr install
-
-  install -dm755 ${pkgdir}/bin
-  mv ${pkgdir}/usr/bin/{gunzip,gzip,uncompress,zcat} ${pkgdir}/bin/
 }

Modified: gzip.install
===
--- gzip.install2012-06-17 23:04:36 UTC (rev 161983)
+++ gzip.install2012-06-17 23:20:20 UTC (rev 161984)
@@ -1,11 +1,8 @@
 infodir=usr/share/info
-filelist=(gzip.info)
 
 post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/install-info $infodir/$file.gz $infodir/dir 2 /dev/null
- done
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info $infodir/gzip.info.gz $infodir/dir 2 /dev/null
 }
 
 post_upgrade() {
@@ -13,8 +10,6 @@
 }
 
 pre_remove() {
- [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-usr/bin/install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info --delete $infodir/gzip.info.gz $infodir/dir 2 /dev/null
 }



[arch-commits] Commit in gzip/repos (6 files)

2012-06-17 Thread Allan McRae
Date: Sunday, June 17, 2012 @ 19:21:13
  Author: allan
Revision: 161985

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

Added:
  gzip/repos/testing-i686/
  gzip/repos/testing-i686/PKGBUILD
(from rev 161984, gzip/trunk/PKGBUILD)
  gzip/repos/testing-i686/gzip.install
(from rev 161984, gzip/trunk/gzip.install)
  gzip/repos/testing-x86_64/
  gzip/repos/testing-x86_64/PKGBUILD
(from rev 161984, gzip/trunk/PKGBUILD)
  gzip/repos/testing-x86_64/gzip.install
(from rev 161984, gzip/trunk/gzip.install)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/gzip.install   |   15 +++
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/gzip.install |   15 +++
 4 files changed, 96 insertions(+)

Copied: gzip/repos/testing-i686/PKGBUILD (from rev 161984, gzip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-17 23:21:13 UTC (rev 161985)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=gzip
+pkgver=1.5
+pkgrel=1
+pkgdesc=GNU compression utility
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gzip/;
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+install=gzip.install
+source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
+md5sums=('2a431e169b6f62f7332ef6d47cc53bae'
+ '2de95937a3f65137acf9c55d4ad0447a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+}

Copied: gzip/repos/testing-i686/gzip.install (from rev 161984, 
gzip/trunk/gzip.install)
===
--- testing-i686/gzip.install   (rev 0)
+++ testing-i686/gzip.install   2012-06-17 23:21:13 UTC (rev 161985)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info --delete $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}

Copied: gzip/repos/testing-x86_64/PKGBUILD (from rev 161984, 
gzip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-17 23:21:13 UTC (rev 161985)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=gzip
+pkgver=1.5
+pkgrel=1
+pkgdesc=GNU compression utility
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gzip/;
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+install=gzip.install
+source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
+md5sums=('2a431e169b6f62f7332ef6d47cc53bae'
+ '2de95937a3f65137acf9c55d4ad0447a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+}

Copied: gzip/repos/testing-x86_64/gzip.install (from rev 161984, 
gzip/trunk/gzip.install)
===
--- testing-x86_64/gzip.install (rev 0)
+++ testing-x86_64/gzip.install 2012-06-17 23:21:13 UTC (rev 161985)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info --delete $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}



[arch-commits] Commit in nmap/trunk (PKGBUILD)

2012-06-17 Thread Gaetan Bisson
Date: Sunday, June 17, 2012 @ 19:51:09
  Author: bisson
Revision: 161986

upstream update

Modified:
  nmap/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 23:21:13 UTC (rev 161985)
+++ PKGBUILD2012-06-17 23:51:09 UTC (rev 161986)
@@ -4,18 +4,17 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=nmap
-pkgver=6.00
+pkgver=6.01
 pkgrel=1
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
-options=('!makeflags')
+makedepends=('pygtk')
 optdepends=('pygtk: zenmap')
-makedepends=('pygtk')
 depends=('pcre' 'openssl' 'libpcap' 'lua')
 source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2')
+sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in nmap/repos (4 files)

2012-06-17 Thread Gaetan Bisson
Date: Sunday, June 17, 2012 @ 19:52:34
  Author: bisson
Revision: 161987

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 161986, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 161986, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   81 +++-
 extra-x86_64/PKGBUILD |   81 +++-
 2 files changed, 80 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-17 23:51:09 UTC (rev 161986)
+++ extra-i686/PKGBUILD 2012-06-17 23:52:34 UTC (rev 161987)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.00
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-options=('!makeflags')
-optdepends=('pygtk: zenmap')
-makedepends=('pygtk')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # Show icon only if runnable; see FS#12045
-   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap.desktop 
-   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap-root.desktop 
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 161986, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-17 23:52:34 UTC (rev 161987)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.01
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # Show icon only if runnable; see FS#12045
+   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap.desktop 
+   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap-root.desktop 
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-17 23:51:09 UTC (rev 161986)
+++ extra-x86_64/PKGBUILD   2012-06-17 23:52:34 UTC (rev 161987)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.00
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-options=('!makeflags')
-optdepends=('pygtk: zenmap')
-makedepends=('pygtk')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # Show icon only if runnable; see FS#12045
-   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap.desktop 
-   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap-root.desktop 
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644