Skip to content

Commit

Permalink
Install the .desktop file for inyokaedit and inyokaedit-bzr
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Mar 9, 2012
1 parent 0c4f442 commit b4b742d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ cloudraid-native
inyokaedit
----------

- 0.3.1-2 Install the desktop file (2012-03-09)
- 0.3.1-1 Update to 0.3.1. Changed the way the source code is downloaded from
bazaar to simple tar.gz files. (2012-03-04)
bazaar to simple tar.gz files. (2012-03-08)
- 0.3.0-1 Update to 0.3.0 (2012-03-04)
- 0.2.0-5 Add conflicts information in order to support the inyokaedit-bzr
package (2012-03-01)
Expand All @@ -31,6 +32,7 @@ inyokaedit
inyokaedit-bzr
--------------

- 20120309-1 Install the desktop file (2012-03-09)
- 20120304-1 Adjust install commands to recent changes (2012-03-04)
- 20120301-2 Compress the man pages with highest compression rate
(2012-03-01)
Expand Down
6 changes: 5 additions & 1 deletion inyokaedit-bzr/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Markus Holtermann <aur@markusholtermann.eu>
pkgname=inyokaedit-bzr
pkgver=20120304
pkgver=20120309
pkgrel=1
pkgdesc='A small markup editor for Inyoka articles (http://ubuntuusers.de/inyoka/). It includes syntax highlighting, offline preview, downloading raw text of existing articles...'
arch=('i686' 'x86_64')
Expand All @@ -27,12 +27,16 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
install -d $pkgdir/usr/bin
install -d $pkgdir/usr/share/$_pkgname
install -d $pkgdir/usr/share/pixmaps/
install -d $pkgdir/usr/share/applications
install -d $pkgdir/usr/share/man/{man1,de/man1}
cp -rf iWikiLinks $pkgdir/usr/share/$_pkgname/iWikiLinks
cp -rf images $pkgdir/usr/share/$_pkgname/
cp -rf lang $pkgdir/usr/share/$_pkgname/
gzip -9 -c man/man1/inyokaedit.1 > $pkgdir/usr/share/man/man1/inyokaedit.1.gz
gzip -9 -c man/de/man1/inyokaedit.1 > $pkgdir/usr/share/man/de/man1/inyokaedit.1.gz
cp images/inyokaedit_64x64.png $pkgdir/usr/share/pixmaps/inyokaedit_64x64.png
cp inyokaedit.desktop $pkgdir/usr/share/applications/inyokaedit.desktop
cp GetInyokaStyles $pkgdir/usr/share/$_pkgname/
cp inyokaedit $pkgdir/usr/bin/inyokaedit
}
6 changes: 5 additions & 1 deletion inyokaedit/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgname=inyokaedit
pkgver=0.3.1
_mainver=0.3
pkgrel=1
pkgrel=2
pkgdesc='A small markup editor for Inyoka articles (http://ubuntuusers.de/inyoka/). It includes syntax highlighting, offline preview, downloading raw text of existing articles...'
arch=('i686' 'x86_64')
url='https://launchpad.net/inyokaedit/'
Expand All @@ -24,12 +24,16 @@ package() {
cd "$srcdir/$pkgname-$pkgver-src"
install -d $pkgdir/usr/bin
install -d $pkgdir/usr/share/$pkgname
install -d $pkgdir/usr/share/pixmaps/
install -d $pkgdir/usr/share/applications
install -d $pkgdir/usr/share/man/{man1,de/man1}
cp -rf iWikiLinks $pkgdir/usr/share/$pkgname/iWikiLinks
cp -rf images $pkgdir/usr/share/$pkgname/
cp -rf lang $pkgdir/usr/share/$pkgname/
gzip -9 -c man/man1/inyokaedit.1 > $pkgdir/usr/share/man/man1/inyokaedit.1.gz
gzip -9 -c man/de/man1/inyokaedit.1 > $pkgdir/usr/share/man/de/man1/inyokaedit.1.gz
cp images/inyokaedit_64x64.png $pkgdir/usr/share/pixmaps/inyokaedit_64x64.png
cp inyokaedit.desktop $pkgdir/usr/share/applications/inyokaedit.desktop
cp GetInyokaStyles $pkgdir/usr/share/$pkgname/
cp inyokaedit $pkgdir/usr/bin/inyokaedit
}

0 comments on commit b4b742d

Please sign in to comment.