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

2016-05-25 Thread Gaetan Bisson
Date: Wednesday, May 25, 2016 @ 22:28:20
  Author: bisson
Revision: 268567

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

Added:
  x11vnc/repos/testing-i686/
  x11vnc/repos/testing-i686/PKGBUILD
(from rev 268564, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/testing-i686/service
(from rev 268564, x11vnc/trunk/service)
  x11vnc/repos/testing-x86_64/
  x11vnc/repos/testing-x86_64/PKGBUILD
(from rev 268565, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/testing-x86_64/service
(from rev 268565, x11vnc/trunk/service)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-i686/service|7 +++
 testing-x86_64/PKGBUILD |   38 ++
 testing-x86_64/service  |7 +++
 4 files changed, 90 insertions(+)

Copied: x11vnc/repos/testing-i686/PKGBUILD (from rev 268564, 
x11vnc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-25 20:28:20 UTC (rev 268567)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=x11vnc
+pkgver=0.9.14
+pkgrel=1
+pkgdesc='VNC server for real X displays'
+url='https://github.com/LibVNC/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+optdepends=('tk: GUI support'
+'net-tools: -auth guess'
+'xf86-video-dummy: Xdummy script')
+depends=('libvncserver' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+source=("https://github.com/LibVNC/x11vnc/archive/${pkgver}.tar.gz;
+'service')
+sha1sums=('f5903a5faade531ef6223d6740826a7729bc696c'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   touch config.h.in
+   aclocal; automake --add-missing; autoconf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
+}

Copied: x11vnc/repos/testing-i686/service (from rev 268564, 
x11vnc/trunk/service)
===
--- testing-i686/service(rev 0)
+++ testing-i686/service2016-05-25 20:28:20 UTC (rev 268567)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc

Copied: x11vnc/repos/testing-x86_64/PKGBUILD (from rev 268565, 
x11vnc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-25 20:28:20 UTC (rev 268567)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=x11vnc
+pkgver=0.9.14
+pkgrel=1
+pkgdesc='VNC server for real X displays'
+url='https://github.com/LibVNC/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+optdepends=('tk: GUI support'
+'net-tools: -auth guess'
+'xf86-video-dummy: Xdummy script')
+depends=('libvncserver' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+source=("https://github.com/LibVNC/x11vnc/archive/${pkgver}.tar.gz;
+'service')
+sha1sums=('f5903a5faade531ef6223d6740826a7729bc696c'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   touch config.h.in
+   aclocal; automake --add-missing; autoconf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
+}

Copied: x11vnc/repos/testing-x86_64/service (from rev 268565, 
x11vnc/trunk/service)
===
--- testing-x86_64/service  (rev 0)
+++ testing-x86_64/service  2016-05-25 20:28:20 UTC (rev 268567)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 19:20:07
  Author: foutrelis
Revision: 260525

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

Added:
  x11vnc/repos/staging-i686/
  x11vnc/repos/staging-i686/PKGBUILD
(from rev 260524, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/staging-i686/service
(from rev 260524, x11vnc/trunk/service)
  x11vnc/repos/staging-x86_64/
  x11vnc/repos/staging-x86_64/PKGBUILD
(from rev 260524, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/staging-x86_64/service
(from rev 260524, x11vnc/trunk/service)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-i686/service|7 +++
 staging-x86_64/PKGBUILD |   33 +
 staging-x86_64/service  |7 +++
 4 files changed, 80 insertions(+)

Copied: x11vnc/repos/staging-i686/PKGBUILD (from rev 260524, 
x11vnc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-02 18:20:07 UTC (rev 260525)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=x11vnc
+pkgver=0.9.13
+pkgrel=7
+pkgdesc='VNC server for real X displays'
+url='http://www.karlrunge.com/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+optdepends=('tk: GUI support'
+'net-tools: -auth guess'
+'xf86-video-dummy: Xdummy script')
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+source=("http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install x11vnc/misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
+   rm -fr "${pkgdir}"/usr/include/rfb # provided by libvncserver
+}

Copied: x11vnc/repos/staging-i686/service (from rev 260524, 
x11vnc/trunk/service)
===
--- staging-i686/service(rev 0)
+++ staging-i686/service2016-03-02 18:20:07 UTC (rev 260525)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc

Copied: x11vnc/repos/staging-x86_64/PKGBUILD (from rev 260524, 
x11vnc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-02 18:20:07 UTC (rev 260525)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=x11vnc
+pkgver=0.9.13
+pkgrel=7
+pkgdesc='VNC server for real X displays'
+url='http://www.karlrunge.com/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+optdepends=('tk: GUI support'
+'net-tools: -auth guess'
+'xf86-video-dummy: Xdummy script')
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+source=("http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install x11vnc/misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
+   rm -fr "${pkgdir}"/usr/include/rfb # provided by libvncserver
+}

Copied: x11vnc/repos/staging-x86_64/service (from rev 260524, 
x11vnc/trunk/service)
===
--- staging-x86_64/service  (rev 0)
+++ staging-x86_64/service  2016-03-02 18:20:07 UTC (rev 260525)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc


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

2013-07-18 Thread Gaetan Bisson
Date: Thursday, July 18, 2013 @ 11:55:53
  Author: bisson
Revision: 190831

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

Added:
  x11vnc/repos/testing-i686/
  x11vnc/repos/testing-i686/PKGBUILD
(from rev 190830, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/testing-i686/service
(from rev 190830, x11vnc/trunk/service)
  x11vnc/repos/testing-x86_64/
  x11vnc/repos/testing-x86_64/PKGBUILD
(from rev 190830, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/testing-x86_64/service
(from rev 190830, x11vnc/trunk/service)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-i686/service|7 +++
 testing-x86_64/PKGBUILD |   30 ++
 testing-x86_64/service  |7 +++
 4 files changed, 74 insertions(+)

Copied: x11vnc/repos/testing-i686/PKGBUILD (from rev 190830, 
x11vnc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-18 09:55:53 UTC (rev 190831)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=x11vnc
+pkgver=0.9.13
+pkgrel=4
+pkgdesc='VNC server for real X displays'
+url='http://www.karlrunge.com/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+optdepends=('tk: for GUI support')
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/x11vnc.service
+   rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
+}

Copied: x11vnc/repos/testing-i686/service (from rev 190830, 
x11vnc/trunk/service)
===
--- testing-i686/service(rev 0)
+++ testing-i686/service2013-07-18 09:55:53 UTC (rev 190831)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc

Copied: x11vnc/repos/testing-x86_64/PKGBUILD (from rev 190830, 
x11vnc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-18 09:55:53 UTC (rev 190831)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=x11vnc
+pkgver=0.9.13
+pkgrel=4
+pkgdesc='VNC server for real X displays'
+url='http://www.karlrunge.com/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+optdepends=('tk: for GUI support')
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/x11vnc.service
+   rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
+}

Copied: x11vnc/repos/testing-x86_64/service (from rev 190830, 
x11vnc/trunk/service)
===
--- testing-x86_64/service  (rev 0)
+++ testing-x86_64/service  2013-07-18 09:55:53 UTC (rev 190831)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc