summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2019-12-22 04:13:10 +0100
committerMuflone2019-12-22 04:13:10 +0100
commit7a0a8e2fc1f98c42125bdaf6cc5687a1a1fe3b43 (patch)
tree736054df1ace24a51a5acbe0794088accffc129d
parentf220cffceb935fc2a450f7717fea64f04dcb6d28 (diff)
downloadaur-7a0a8e2fc1f98c42125bdaf6cc5687a1a1fe3b43.tar.gz
Updated package remmina-plugin-url 1.3.0.0-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
-rw-r--r--remmina-plugin-url.install11
3 files changed, 11 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f79e262c73b3..8fb6dd0671c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,8 @@
-# Generated by mksrcinfo v8
-# Sat Apr 23 22:45:50 UTC 2016
pkgbase = remmina-plugin-url
pkgdesc = A protocol plugin for Remmina to open an URL in an external browser.
- pkgver = 1.2.3.0
+ pkgver = 1.3.0.0
pkgrel = 1
url = http://www.muflone.com/remmina-plugin-url/
- install = remmina-plugin-url.install
- arch = i686
arch = x86_64
license = GPL
makedepends = pkg-config
@@ -17,10 +13,10 @@ pkgbase = remmina-plugin-url
optdepends = iceweasel: for Iceweasel option
optdepends = epiphany: for Epiphany option
optdepends = midori: for Midori 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-url_1.2.3.0.tar.gz::https://github.com/muflone/remmina-plugin-url/archive/1.2.3.0.tar.gz
- sha256sums = a36bfd9f97f462ba3af024e9a8e84df26bc6bed87281db9b6a24f2630f4deb56
- sha256sums = 7e038c91c395f8f679898f80a65f8eefc2217f7ed9361666146ec2ef5f98797d
+ 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-url_1.3.0.0.tar.gz::https://github.com/muflone/remmina-plugin-url/archive/1.3.0.0.tar.gz
+ sha256sums = 0e4e2d6a79dc569444016a5479b437016386985d96a958da7505c15b1695f98c
+ sha256sums = a3a3aa01911ab46ac47c31b78dcd81eba5b43696f5508dc16ac843aeeded495b
pkgname = remmina-plugin-url
diff --git a/PKGBUILD b/PKGBUILD
index bbe1fa4562bb..f4bb7ab9b700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=remmina-plugin-url
-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 an URL in an external browser."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.muflone.com/${pkgname}/"
license=('GPL')
depends=('gtk3' 'remmina')
@@ -14,22 +14,17 @@ optdepends=('firefox: for Mozilla Firefox option'
'iceweasel: for Iceweasel option'
'epiphany: for Epiphany option'
'midori: for Midori option')
-install="${pkgname}.install"
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'
- '7e038c91c395f8f679898f80a65f8eefc2217f7ed9361666146ec2ef5f98797d')
-
-prepare() {
- msg2 'To build for Remmina < 1.2 set -DREMMINA_VER_1_1=ON'
-}
+sha256sums=('0e4e2d6a79dc569444016a5479b437016386985d96a958da7505c15b1695f98c'
+ 'a3a3aa01911ab46ac47c31b78dcd81eba5b43696f5508dc16ac843aeeded495b')
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-url.install b/remmina-plugin-url.install
deleted file mode 100644
index a84e858d13e1..000000000000
--- a/remmina-plugin-url.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
-}