]> git.pld-linux.org Git - packages/beryl-core.git/commitdiff
- 0.1.4 auto/th/beryl-core-0_1_4-1
authorwolf <wolf@pld-linux.org>
Wed, 27 Dec 2006 00:23:20 +0000 (00:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beryl-core-link.patch -> 1.3
    beryl-core.spec -> 1.24

beryl-core-link.patch
beryl-core.spec

index 69ce950bbacf8616199a83d18017886bb610b08e..30f825c489abd73a39ad127f55152e1e3f46f92a 100644 (file)
@@ -7,16 +7,17 @@
 -
 +libberylsettings_la_LIBADD=$(GLIB_LIBS) -lX11 -ldl
  lib_LTLIBRARIES=libberylsettings.la
---- beryl-core-0.1.3/berylsettings.pc.in.orig  2006-12-10 16:19:19.952353000 +0100
-+++ beryl-core-0.1.3/berylsettings.pc.in       2006-12-10 16:38:54.315276576 +0100
+diff -ruN beryl-core-0.1.4./berylsettings.pc.in beryl-core-0.1.4/berylsettings.pc.in
+--- beryl-core-0.1.4./berylsettings.pc.in      2006-12-27 00:44:00.000000000 +0100
++++ beryl-core-0.1.4/berylsettings.pc.in       2006-12-27 01:13:16.797293649 +0100
 @@ -7,6 +7,8 @@
  Description: OpenGL compositing manager
  Version: @VERSION@
  
--Requires: @BERYL_REQUIRES@ beryl
--Libs: @BERYL_LIBS@ -L@libdir@ -lberylsettings
+-Requires: @BERYL_REQUIRES@ beryl glib-2.0
+-Libs: @BERYL_LIBS@ @GLIB_LIBS@ -L@libdir@ -lberylsettings
 +Requires: glib-2.0
 +Requires.private: x11
 +Libs: -L@libdir@ -lberylsettings
 +Libs.private: -ldl
- Cflags: @BERYL_CFLAGS@ -I${includedir}/beryl
+ Cflags: @BERYL_CFLAGS@ @GLIB_CFLAGS@ -I${includedir}/beryl
index 38ecec3a6a62f531c7ad8d7d37073a03663b8818..bc76c80ac8b09a593a446ef3a3c51e3b2b2a0ad3 100644 (file)
@@ -5,15 +5,15 @@
 Summary:       OpenGL window and compositing manager
 Summary(pl):   OpenGL-owy zarz±dca okien i sk³adania
 Name:          beryl-core
-Version:       0.1.3
+Version:       0.1.4
 Release:       1
 Epoch:         1
 License:       MIT
 Group:         X11
 Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 24caed8a8cb50fd30823a9ee182f85f4
+# Source0-md5: 4d4eaa811b107fa099de4120b94d58b1
 Source1:       http://releases.beryl-project.org/%{version}/beryl-mesa-%{version}.tar.bz2
-# Source1-md5: c22765c2637846907ee6154b548151e9
+# Source1-md5: d2e4a6237101e5ce87000812001fbce1
 Patch0:                %{name}-link.patch
 URL:           http://beryl-project.org/
 BuildRequires: GConf2-devel >= 2.0
@@ -141,7 +141,9 @@ sed -i -e 's@^#! /bin/sh$@#!/bin/bash@' configure
 
 %configure \
        %{?with_beryl_mesa:--with-berylmesadir=beryl-mesa} \
-       --disable-static
+       --disable-static \
+       --enable-gconf
+
 %{__make}
 
 %install
This page took 0.069135 seconds and 4 git commands to generate.