Skip to content
Snippets Groups Projects
Commit 72fa3262 authored by cedric's avatar cedric
Browse files

Update for v0.2.2

parent 59afbc58
No related branches found
Tags v0.2.2
No related merge requests found
......@@ -32,6 +32,5 @@ note : to upgrade from version 0.1.x to version 0.2.x you need to remove v0.1.x
How to report bugs?
===================
Bugs should be reported to the Xfce bug tracking system
(http://bugzilla.xfce.org, product 'Xfce Panel Plugins', Component
'Windowck'). You will need to create an account for yourself.
Bugs should be reported to the GitHub project
(https://github.com/cedl38/xfce4-windowck-plugin). You will need to create an account for yourself.
......@@ -3,14 +3,16 @@
pkgname=@PACKAGE_NAME@
pkgver=@PACKAGE_VERSION@
pkgrel=1
pkgdesc="Xfce panel plugin which allows to put the maximized window title on the panel."
pkgdesc="Xfce panel plugin which allows to put the maximized window title and buttons on the panel."
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
url="https://github.com/cedl38/xfce4-windowck-plugin"
license=('GPL3')
groups=('xfce4')
depends=('xfce4-panel')
optdepends=('xfce4-windowck-plugin: to hide title on maximized windows.')
makedepends=('intltool' 'xfce4-dev-tools')
options=('!libtool')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/cedl38/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('SKIP')
......
post_install() {
gtk-update-icon-cache -t -f /usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
# vim:set ts=2 sw=2 et:
......@@ -10,7 +10,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([windowck_version_major], [0])
m4_define([windowck_version_minor], [2])
m4_define([windowck_version_micro], [1])
m4_define([windowck_version_micro], [2])
m4_define([windowck_version], [windowck_version_major().windowck_version_minor().windowck_version_micro()])
dnl ***************************
......@@ -18,7 +18,7 @@ dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (C) 2013
Alessio Piccoli, Cedric Leporcq. All rights reserved.])
AC_INIT([xfce4-windowck-plugin], [windowck_version], [http://bugzilla.xfce.org/], [xfce4-windowck-plugin])
AC_INIT([xfce4-windowck-plugin], [windowck_version], [https://github.com/cedl38/xfce4-windowck-plugin/], [xfce4-windowck-plugin])
AC_PREREQ([2.50])
AC_REVISION([xfce4_panel_version_build])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment