Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pkn07 committed Jul 3, 2016
1 parent 3291a4b commit cfa08a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
6 changes: 2 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Tue Jan 5 17:41:04 UTC 2016
# Sun Jul 3 18:09:30 UTC 2016
pkgbase = marble-git
pkgdesc = Desktop Globe. (GIT version)
pkgver = 1.12.20.r11089.486b1dc
pkgver = 1.14.21.r11423.b4dd268
pkgrel = 1
url = https://www.kde.org/applications/system/marble
arch = i686
Expand Down Expand Up @@ -30,7 +30,6 @@ pkgbase = marble-git
sha1sums = SKIP

pkgname = marble-git
install = marble-git.install
groups = kde-applications
groups = kdeedu
depends = libastro-git
Expand Down Expand Up @@ -62,7 +61,6 @@ pkgname = libastro-git

pkgname = marble-data-git
pkgdesc = Data for Marble
install = marble-git.install
arch = any
depends = hicolor-icon-theme
provides = marble-data
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
!.gitignore
!.SRCINFO
!PKGBUILD
!marble-git.install
6 changes: 2 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgbase=marble-git
pkgname=('marble-git'
'libastro-git'
'marble-data-git')
pkgver=1.12.20.r11089.486b1dc
pkgver=1.14.21.r11423.b4dd268
pkgrel=1
pkgdesc="Desktop Globe. (GIT version)"
arch=('i686' 'x86_64')
Expand Down Expand Up @@ -105,7 +105,6 @@ package_marble-git() {
groups=('kde-applications'
'kdeedu'
)
install=marble-git.install

make -C build DESTDIR="${pkgdir}" install

Expand All @@ -114,7 +113,7 @@ package_marble-git() {
rm "${pkgdir}/usr/lib/"libastro.*

# provided by marble-data
rm -r "${pkgdir}/usr/share/"{icons,marble/data}
rm -r "${pkgdir}/usr/share/"{icons,mime,marble/data}
}

package_marble-data-git() {
Expand All @@ -127,7 +126,6 @@ package_marble-data-git() {
'marble-data'
)
provides=('marble-data')
install=marble-git.install

make -C build/data DESTDIR="${pkgdir}" install
}
12 changes: 0 additions & 12 deletions marble-git.install

This file was deleted.

0 comments on commit cfa08a8

Please sign in to comment.