Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-windowck-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panel Plugins
xfce4-windowck-plugin
Commits
4b1a1d3f
Commit
4b1a1d3f
authored
11 years ago
by
cedric
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing PKGBUILD.in
parent
c1f38358
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-2
1 addition, 2 deletions
.gitignore
arch/PKGBUILD.in
+29
-0
29 additions, 0 deletions
arch/PKGBUILD.in
with
30 additions
and
2 deletions
.gitignore
+
1
−
2
View file @
4b1a1d3f
...
...
@@ -27,5 +27,4 @@ po/Makefile.in.in
po/POTFILES
stamp-*
po/*.mo
debian/*
arch/*
arch/PKGBUILD
This diff is collapsed.
Click to expand it.
arch/PKGBUILD.in
0 → 100644
+
29
−
0
View file @
4b1a1d3f
# Maintainer: Cedric Leporcq <cedric at gmail dot com>
pkgname=@PACKAGE_NAME@
pkgver=@PACKAGE_VERSION@
pkgrel=1
pkgdesc="Xfce panel plugin which allows to put the maximized window title on the panel."
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
license=('GPL3')
groups=('xfce4')
depends=('xfce4-panel')
makedepends=('intltool' 'xfce4-dev-tools')
options=('!libtool')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cedl38/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('SKIP')
build() {
cd "$srcdir/${pkgname}-$pkgver"
./autogen.sh \
--prefix=/usr
make
}
package() {
cd "$srcdir/${pkgname}-$pkgver"
make DESTDIR="$pkgdir" install
}
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