summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD19
-rw-r--r--remmina-plugin-open.install11
3 files changed, 13 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b9262cb7a2..7ff9372d17f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,8 @@
-# Generated by mksrcinfo v8
-# Sat Apr 23 22:22:43 UTC 2016
pkgbase = remmina-plugin-open
pkgdesc = A protocol plugin for Remmina to open a document with its associated application.
- pkgver = 1.2.3.0
+ pkgver = 1.3.0.0
pkgrel = 1
url = http://www.muflone.com/remmina-plugin-open/
- install = remmina-plugin-open.install
- arch = i686
arch = x86_64
license = GPL
makedepends = pkg-config
@@ -14,11 +10,11 @@ pkgbase = remmina-plugin-open
depends = gtk3
depends = remmina
optdepends = xdg-utils: for Automatically detected option
- optdepends = libgnome: for Open for GNOME option
- source = remmina-plugin-builder_1.2.3.0.tar.gz::https://github.com/muflone/remmina-plugin-builder/archive/1.2.3.0.tar.gz
- source = remmina-plugin-open_1.2.3.0.tar.gz::https://github.com/muflone/remmina-plugin-open/archive/1.2.3.0.tar.gz
- sha256sums = a36bfd9f97f462ba3af024e9a8e84df26bc6bed87281db9b6a24f2630f4deb56
- sha256sums = d60aca4a97b17e0240c18d0f5503d13ceada867bd149bd4aa99549606256de99
+ optdepends = xpra: for Open for GNOME option
+ source = remmina-plugin-builder_1.3.0.0.tar.gz::https://github.com/muflone/remmina-plugin-builder/archive/1.3.0.0.tar.gz
+ source = remmina-plugin-open_1.3.0.0.tar.gz::https://github.com/muflone/remmina-plugin-open/archive/1.3.0.0.tar.gz
+ sha256sums = 0e4e2d6a79dc569444016a5479b437016386985d96a958da7505c15b1695f98c
+ sha256sums = ca74811f31e0c4211c8516f119242bf097e12c1b74e8bb6d085278eb8524afcb
pkgname = remmina-plugin-open
diff --git a/PKGBUILD b/PKGBUILD
index bae386515b26..9034cb09b12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,28 @@
# Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=remmina-plugin-open
-pkgver=1.2.3.0
+pkgver=1.3.0.0
pkgrel=1
-_builderver=1.2.3.0
+_builderver=1.3.0.0
pkgdesc="A protocol plugin for Remmina to open a document with its associated application."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.muflone.com/${pkgname}/"
license=('GPL')
depends=('gtk3' 'remmina')
makedepends=('pkg-config' 'cmake')
optdepends=('xdg-utils: for Automatically detected option'
- 'libgnome: for Open for GNOME option')
-install="${pkgname}.install"
+ 'xpra: for Open for GNOME option')
source=("remmina-plugin-builder_${_builderver}.tar.gz::https://github.com/muflone/remmina-plugin-builder/archive/${_builderver}.tar.gz"
"${pkgname}_${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('a36bfd9f97f462ba3af024e9a8e84df26bc6bed87281db9b6a24f2630f4deb56'
- 'd60aca4a97b17e0240c18d0f5503d13ceada867bd149bd4aa99549606256de99')
-
-prepare() {
- msg2 'To build for Remmina < 1.2 set -DREMMINA_VER_1_1=ON'
-}
+sha256sums=('0e4e2d6a79dc569444016a5479b437016386985d96a958da7505c15b1695f98c'
+ 'ca74811f31e0c4211c8516f119242bf097e12c1b74e8bb6d085278eb8524afcb')
build() {
[ -d build ] && rm -rf build
cp -r "remmina-plugin-builder-${_builderver}" build
cp -r "${pkgname}-${pkgver}"/* "build/remmina-plugin-to-build"
cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DREMMINA_VER_1_1=OFF .
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_TRACE_CALLS=OFF .
make
}
diff --git a/remmina-plugin-open.install b/remmina-plugin-open.install
deleted file mode 100644
index a84e858d13e1..000000000000
--- a/remmina-plugin-open.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}