summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--AmbulantPlayer_gtk.desktop10
-rw-r--r--PKGBUILD9
3 files changed, 4 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98df0b7486be..f4c169009b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,9 +17,7 @@ pkgbase = ambulant-player-gtk-git
provides = AmbulantPlayer_gtk
conflicts = AmbulantPlayer_gtk
source = git+https://e.coding.net/Baytars/ambulant-2.6.git
- source = AmbulantPlayer_gtk.desktop
sha256sums = SKIP
- sha256sums = 911a056fae3e4e403092027d3b4a56080ec1dcec23736b8c3ef45a489d2a7512
pkgname = ambulant-player-gtk-git
diff --git a/AmbulantPlayer_gtk.desktop b/AmbulantPlayer_gtk.desktop
deleted file mode 100644
index 415279e765ed..000000000000
--- a/AmbulantPlayer_gtk.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Ambulant Player
-GenericName=open-source media player with support for SMIL 3.0
-Comment=open-source media player with support for SMIL 3.0
-Exec=AmbulantPlayer_gtk %f
-Icon=AmbulantPlayer_gtk
-Terminal=false
-Categories=Graphics;
-StartupNotify=true
diff --git a/PKGBUILD b/PKGBUILD
index 902b8e3608b7..405ca1ff1306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,8 @@ makedepends=('make' 'automake' 'git' 'autoconf' 'ed' 'python2' 'python')
provides=('AmbulantPlayer_gtk')
conflicts=('AmbulantPlayer_gtk')
install=AmbulantPlayer_gtk.install
-source=(git+$_git 'AmbulantPlayer_gtk.desktop')
-sha256sums=('SKIP'
- '911a056fae3e4e403092027d3b4a56080ec1dcec23736b8c3ef45a489d2a7512')
+source=(git+$_git)
+sha256sums=('SKIP')
build() {
cd ${srcdir}/ambulant-2.6
@@ -36,6 +35,6 @@ build() {
package() {
install -D -m755 ${srcdir}/ambulant-2.6/src/player_gtk/AmbulantPlayer_gtk ${pkgdir}/usr/bin/AmbulantPlayer_gtk
install -d ${pkgdir}/usr/share/AmbulantPlayer_gtk
- install -D -m644 ${srcdir}/ambulant-2.6/src/libambulant/Ambulant.png ${pkgdir}/usr/share/pixmaps/AmbulantPlayer_gtk.png
- install -D -m644 ${startdir}/AmbulantPlayer_gtk.desktop ${pkgdir}/usr/share/applications/AmbulantPlayer_gtk.desktop
+ install -D -m644 ${srcdir}/ambulant-2.6/src/libambulant/Ambulant.png ${pkgdir}/usr/share/ambulant/icons/Ambulant.png
+ install -D -m644 ${srctdir}/ambulant-2.6/src/player_gtk/ambulant-gtk.desktop ${pkgdir}/usr/share/applications/ambulant-gtk.desktop
}