Skip to content

Commit

Permalink
ogmrip: remove gconf-devel from makedepends
Browse files Browse the repository at this point in the history
gconf-devel

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
  • Loading branch information
ndowens authored and Juan RP committed Dec 25, 2019
1 parent 7d772c8 commit f3aa520
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions srcpkgs/ogmrip/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Template file for 'ogmrip'
pkgname=ogmrip
version=1.0.1
revision=7
revision=8
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="intltool pkg-config"
makedepends="GConf-devel dbus-glib-devel enca-devel enchant2-devel lame-devel
makedepends="dbus-glib-devel enca-devel enchant2-devel lame-devel
libdvdread-devel libglade-devel libnotify-devel libtheora-devel mplayer
vorbis-tools x264-devel xvidcore-devel"
depends="desktop-file-utils mplayer vorbis-tools ogmtools mkvtoolnix tesseract-ocr"
Expand All @@ -22,7 +22,6 @@ pre_configure() {

post_install() {
# Remove development stuff.
rm -r ${DESTDIR}/etc/gconf
rm -r ${DESTDIR}/usr/include
rm -r ${DESTDIR}/usr/lib/pkgconfig
}

0 comments on commit f3aa520

Please sign in to comment.