spacefm: update to 1.0.0.
This commit is contained in:
parent
da6629e34f
commit
943235db73
|
@ -1,13 +0,0 @@
|
|||
glib-2.41 is stricter checking for (un)locking mutexes, and aborts()
|
||||
when attempting to unrelease an unlocked mutex.
|
||||
|
||||
--- src/main.c.orig 2014-09-25 11:34:24.970339238 +0200
|
||||
+++ src/main.c 2014-09-25 11:34:39.034443191 +0200
|
||||
@@ -1442,6 +1442,7 @@ int main ( int argc, char *argv[] )
|
||||
#endif
|
||||
g_thread_init( NULL );
|
||||
gdk_threads_init ();
|
||||
+ gdk_threads_enter ();
|
||||
|
||||
#if HAVE_HAL
|
||||
/* If the user wants to mount/umount/eject a device */
|
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'spacefm'
|
||||
pkgname=spacefm
|
||||
version=0.9.4
|
||||
revision=3
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# XXX ffmpeg thumbnails
|
||||
configure_args="--disable-video-thumbnails"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="gtk+-devel startup-notification-devel libudev-devel"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
|
@ -11,4 +13,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-3"
|
||||
homepage="http://ignorantguru.github.com/spacefm/"
|
||||
distfiles="https://github.com/IgnorantGuru/spacefm/raw/pkg/${version}/spacefm-${version}.tar.xz"
|
||||
checksum=75886cc93e6586753f01242ba883856567c3fdc90d240f112662ca3080e25955
|
||||
checksum=dc3025bd31ea235afaa55cf609d376dc8c79e63dcd127389085758a9b26b97b6
|
||||
|
|
Loading…
Reference in New Issue