]> git.pld-linux.org Git - packages/plymouth.git/commitdiff
- updated to 0.9.5 release auto/th/plymouth-0.9.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Jul 2020 04:28:21 +0000 (06:28 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Jul 2020 04:28:21 +0000 (06:28 +0200)
- added link patch (adjust libs order to preder just built core library instead over installed one)

plymouth-link.patch [new file with mode: 0644]
plymouth.spec

diff --git a/plymouth-link.patch b/plymouth-link.patch
new file mode 100644 (file)
index 0000000..7a7eec8
--- /dev/null
@@ -0,0 +1,11 @@
+--- plymouth-0.9.5/src/libply-splash-graphics/Makefile.am.orig 2020-06-15 16:16:47.000000000 +0200
++++ plymouth-0.9.5/src/libply-splash-graphics/Makefile.am      2020-07-20 22:30:24.853900043 +0200
+@@ -26,7 +26,7 @@
+                                    -DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color) \
+                                    -DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color) \
+                                    -DPLYMOUTH_PLUGIN_PATH=\"$(PLYMOUTH_PLUGIN_PATH)\"
+-libply_splash_graphics_la_LIBADD = $(PLYMOUTH_LIBS) $(IMAGE_LIBS) ../libply/libply.la ../libply-splash-core/libply-splash-core.la
++libply_splash_graphics_la_LIBADD = ../libply/libply.la ../libply-splash-core/libply-splash-core.la $(PLYMOUTH_LIBS) $(IMAGE_LIBS)
+ libply_splash_graphics_la_LDFLAGS = -export-symbols-regex '^[^_].*' \
+                                     -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
+                                     -no-undefined
index 15bbff3c1a5c06297e15563ea61c0888d233c153..6001550344b1ba9b2d4a5b8890c6cc9912922a5d 100644 (file)
@@ -1,22 +1,20 @@
 # TODO
 # - integrate with geninitrd
 # - pldize recent update (r1.18)
+# - unpackaged /etc/logrotate.d/bootlog ?
 #
 # Conditional build:
 %bcond_without drm             # disable building with DRM renderer support
 
-%define                git_commit      1e36e303e08ba425fecbcff4dde22c8ee936638c
-%define                git_shortcommit 1e36e30
 Summary:       Graphical Boot Animation and Logger
 Summary(pl.UTF-8):     Graficzna animacja i logowanie startu systemu
 Name:          plymouth
-Version:       0.9.4
-Release:       1.%{git_shortcommit}.1
+Version:       0.9.5
+Release:       1
 License:       GPL v2+
 Group:         Base
-#Source0:      https://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.xz
-Source0:       https://gitlab.freedesktop.org/plymouth/plymouth/-/archive/%{git_commit}/%{name}-%{git_shortcommit}.tar.gz
-# Source0-md5: ee21da7c27f7cc462f514360e38c83c7
+Source0:       https://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.xz
+# Source0-md5: 8a25d23f3ae732af300a56fa33cacff2
 Source1:       %{name}-logo.png
 # Source1-md5: 6b38a868585adfd3a96a4ad16973c1f8
 Source2:       %{name}.tmpfiles
@@ -24,12 +22,14 @@ Source4:    boot-duration
 Source6:       %{name}-update-initrd
 Patch0:                text-colors.patch
 Patch1:                %{name}-restore-suspend.patch
+Patch2:                %{name}-link.patch
 URL:           https://www.freedesktop.org/wiki/Software/Plymouth
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.11
 BuildRequires: cairo-devel
 BuildRequires: docbook-dtd42-xml
 BuildRequires: docbook-style-xsl-nons
+BuildRequires: gettext-tools >= 0.19.8
 BuildRequires: gtk+3-devel >= 3.14.0
 %{?with_drm:BuildRequires:     libdrm-devel}
 BuildRequires: libpng-devel >= 2:1.2.16
@@ -239,14 +239,18 @@ Ten metapakiet śledzi domyślny motyw dystrybucji.
 
 %package theme-bgrt
 Summary:       Jimmac's spinner theme using the ACPI BGRT graphics as background
+Summary(pl.UTF-8):     Motyw Spinner Jimmaca wykorzystujący jako tło grafikę ACPI BGRT
 Group:         Base
-Requires:      %{name}-plugin-two-step = %{version}-%{release}
 Requires(post):        %{name}-scripts = %{version}-%{release}
+Requires:      %{name}-plugin-two-step = %{version}-%{release}
 Provides:      %{name}(system-theme) = %{version}-%{release}
 
 %description theme-bgrt
 Jimmac's spinner theme using the ACPI BGRT graphics as background.
 
+%description theme-bgrt -l pl.UTF-8
+Motyw Spinner Jimmaca wykorzystujący jako tło grafikę ACPI BGRT
+
 %package theme-glow
 Summary:       Plymouth "Glow" theme
 Summary(pl.UTF-8):     Motyw Plymouth "Glow"
@@ -349,15 +353,16 @@ Ten pakiet zawiera motyw ekranu startowego Plymouth "Spinner".
 Odznacza się on małym kółkiem kręcącym się na ciemnym tle.
 
 %prep
-%setup -q -n %{name}-%{git_commit}
+%setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # Change the default theme
 %{__sed} -i -e 's/Theme=.*/Theme=tribar/ig' -e 's/ShowDelay=.*//ig' src/plymouthd.defaults
 
 %build
-%{__autopoint}
+#{__autopoint}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -370,7 +375,6 @@ Odznacza się on małym kółkiem kręcącym się na ciemnym tle.
        %{__enable_disable drm drm} \
        --disable-silent-rules \
        --enable-documentation \
-       --disable-gdm-transition \
        --enable-systemd-integration \
        --enable-tracing \
        --without-rhgb-compat-link \
This page took 0.07111 seconds and 4 git commands to generate.