uniform indention

This commit is contained in:
Martchus 2015-09-11 21:48:37 +02:00
parent 4c71b1861e
commit 1e7a1ffc8b
3 changed files with 16 additions and 16 deletions

View File

@ -1,11 +1,11 @@
post_install() {
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}
post_upgrade() {
post_install
post_install
}
post_remove() {
post_install
post_install
}

View File

@ -18,21 +18,21 @@ depends=('kdelibs' 'gettext')
makedepends=('cmake' 'automoc4' 'git')
conflicts=('subtitlecomposer-git')
optdepends=(
'mplayer: for MPlayer backend'
'mplayer2: for MPlayer backend'
'gstreamer: for GStreamer backend'
'xine-lib: for Xine backend'
)
'mplayer: for MPlayer backend'
'mplayer2: for MPlayer backend'
'gstreamer: for GStreamer backend'
'xine-lib: for Xine backend'
)
source=("https://github.com/maxrd2/subtitlecomposer/archive/v${pkgver}.tar.gz")
md5sums=('9e1fef4dca5a15e5c0435f1b099d4ab4')
build() {
cd ${srcdir}/subtitlecomposer-${pkgver}
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
cd ${srcdir}/subtitlecomposer-${pkgver}
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
cd ${srcdir}/subtitlecomposer-${pkgver}
make DESTDIR=${pkgdir} install
cd ${srcdir}/subtitlecomposer-${pkgver}
make DESTDIR=${pkgdir} install
}

View File

@ -1,11 +1,11 @@
post_install() {
update-desktop-database -q
update-desktop-database -q
}
post_upgrade() {
post_install $1
post_install $1
}
post_remove() {
post_install $1
post_install $1
}