summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextHendrix2016-07-27 16:05:05 +0100
committerNextHendrix2016-07-27 16:05:05 +0100
commit89d475fdfe63612234003732b164bdb3d12761c7 (patch)
tree620597469829ad377e92ff6a7ebe1b4783e4c5ef
parent99e08f1a7cf44d85ddf2f4ca7218016ff458f285 (diff)
downloadaur-89d475fdfe63612234003732b164bdb3d12761c7.tar.gz
added handy dandy desktop file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
-rw-r--r--vmg.desktop6
3 files changed, 17 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7654e91abfef..327d43e50bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vmg-svn
pkgdesc = Handy virtual magnifying glass tool SVN version
pkgver = 3.7
- pkgrel = 2
+ pkgrel = 3
arch = x86_64
arch = i686
license = GPL2
@@ -12,7 +12,9 @@ pkgbase = vmg-svn
provides = vmg
conflicts = vmg
source = svn+http://svn.code.sf.net/p/magnifier/code/trunk
+ source = vmg.desktop
md5sums = SKIP
+ md5sums = e831d6b702672283d3c64202454c6f32
pkgname = vmg-svn
diff --git a/PKGBUILD b/PKGBUILD
index d6c6c04a9d4a..2b7f4723b0e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,19 @@
pkgname=vmg-svn
pkgver=3.7
-pkgrel=2
+pkgrel=3
pkgdesc="Handy virtual magnifying glass tool SVN version"
arch=('x86_64' 'i686')
url=""
license=('GPL2')
depends=('gdk-pixbuf2')
-source=(svn+http://svn.code.sf.net/p/magnifier/code/trunk)
+source=('svn+http://svn.code.sf.net/p/magnifier/code/trunk'
+ 'vmg.desktop')
makedepends=('subversion' 'lazarus' 'fpc')
provides=('vmg')
conflicts=('vmg')
-md5sums=('SKIP')
+md5sums=('SKIP'
+ 'e831d6b702672283d3c64202454c6f32')
build() {
cd "$srcdir/trunk"
@@ -39,6 +41,9 @@ fpc -S2cgi -O1 -gl -vewnhi -l -Fu/usr/lib/lazarus/lcl/units/$ARCH-$OS/ -Fu/usr/l
}
package() {
+cd "$srcdir"
+mkdir -p $pkgdir/usr/share/applications
+cp ./vmg.desktop $pkgdir/usr/share/applications
cd "$srcdir/trunk"
DESTDIR="$pkgdir"
diff --git a/vmg.desktop b/vmg.desktop
new file mode 100644
index 000000000000..108588fa185c
--- /dev/null
+++ b/vmg.desktop
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=Virtual Magnifying Glass
+Comment=Magnifies the screen
+Exec=vmg
+Type=Application
+Categories=Utilities;