Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xfce4-windowck-plugin
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panel Plugins
xfce4-windowck-plugin
Commits
72fa3262
Commit
72fa3262
authored
11 years ago
by
cedric
Browse files
Options
Downloads
Patches
Plain Diff
Update for v0.2.2
parent
59afbc58
No related branches found
Branches containing commit
Tags
v0.2.2
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README
+2
-3
2 additions, 3 deletions
README
arch/PKGBUILD.in
+4
-2
4 additions, 2 deletions
arch/PKGBUILD.in
arch/windowck-plugin.install
+13
-0
13 additions, 0 deletions
arch/windowck-plugin.install
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
21 additions
and
7 deletions
README
+
2
−
3
View file @
72fa3262
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
arch/PKGBUILD.in
+
4
−
2
View file @
72fa3262
...
...
@@ -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://g
oodies.xfce.org/projects/panel-plugins/xfce4-places
-plugin"
url="http
s
://g
ithub.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')
...
...
This diff is collapsed.
Click to expand it.
arch/windowck-plugin.install
0 → 100644
+
13
−
0
View file @
72fa3262
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:
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
72fa3262
...
...
@@ -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], [http
s
://
github.com/cedl38/xfce4-windowck-plugin
/], [xfce4-windowck-plugin])
AC_PREREQ([2.50])
AC_REVISION([xfce4_panel_version_build])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment