summaryrefslogtreecommitdiff
path: root/xfdesktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-23 22:34:30 -0400
committerB Stack <bgstack15@gmail.com>2019-10-23 22:34:30 -0400
commit4209a56e50e65af03ddd5cb677d07c53ff3cd418 (patch)
tree3119d532647aa49c3d59588e02c310a7353fa1e2 /xfdesktop
parentWIP: add xfdesktop for el8 (diff)
downloadstackrpms-4209a56e50e65af03ddd5cb677d07c53ff3cd418.tar.gz
stackrpms-4209a56e50e65af03ddd5cb677d07c53ff3cd418.tar.bz2
stackrpms-4209a56e50e65af03ddd5cb677d07c53ff3cd418.zip
remove need for desktop-backgrouns-compat
Diffstat (limited to 'xfdesktop')
-rw-r--r--xfdesktop/stackrpms-xfdesktop.spec.diff39
-rw-r--r--xfdesktop/xfdesktop.spec5
2 files changed, 43 insertions, 1 deletions
diff --git a/xfdesktop/stackrpms-xfdesktop.spec.diff b/xfdesktop/stackrpms-xfdesktop.spec.diff
new file mode 100644
index 0000000..1ed41d5
--- /dev/null
+++ b/xfdesktop/stackrpms-xfdesktop.spec.diff
@@ -0,0 +1,39 @@
+--- /usr/src/xfdesktop/xfdesktop/xfdesktop.spec 2019-10-23 21:09:09.217777052 -0400
++++ /home/bgstack15/dev/stackrpms/xfdesktop/xfdesktop.spec 2019-10-23 22:29:48.345624495 -0400
+@@ -2,7 +2,7 @@
+
+ Name: xfdesktop
+ Version: 4.14.1
+-Release: 2%{?dist}
++Release: 1%{?dist}
+ Summary: Desktop manager for the Xfce Desktop Environment
+
+ License: GPLv2+
+@@ -14,7 +14,7 @@
+ BuildRequires: libxfce4ui-devel >= %{xfceversion}
+ BuildRequires: gettext
+ BuildRequires: exo-devel >= 0.12.0
+-BuildRequires: libgudev1-devel >= 145
++BuildRequires: libgudev-devel >= 145
+ BuildRequires: Thunar-devel >= 1.8.0
+ BuildRequires: dbus-glib-devel >= 0.84
+ BuildRequires: garcon-devel >= 0.1.2
+@@ -28,7 +28,7 @@
+ Requires: xfwm4 >= %{xfceversion}
+ Requires: xfce4-panel >= %{xfceversion}
+ Requires: redhat-menus
+-Requires: desktop-backgrounds-compat
++#Requires: desktop-backgrounds-compat
+
+
+ %description
+@@ -69,6 +69,9 @@
+
+
+ %changelog
++* Wed Oct 23 2019 B Stack <bgstack15@gmail.com> - 4.14.1-1
++- Build for el8
++
+ * Thu Sep 12 2019 Kevin Fenzi <kevin@scrye.com> - 4.14.1-2
+ - Fix the default background. Upstream changed default, we need to adjust our change.
+
diff --git a/xfdesktop/xfdesktop.spec b/xfdesktop/xfdesktop.spec
index cd2adb2..4bc3107 100644
--- a/xfdesktop/xfdesktop.spec
+++ b/xfdesktop/xfdesktop.spec
@@ -28,7 +28,7 @@ BuildRequires: libICE-devel
Requires: xfwm4 >= %{xfceversion}
Requires: xfce4-panel >= %{xfceversion}
Requires: redhat-menus
-Requires: desktop-backgrounds-compat
+#Requires: desktop-backgrounds-compat
%description
@@ -69,6 +69,9 @@ desktop-file-validate \
%changelog
+* Wed Oct 23 2019 B Stack <bgstack15@gmail.com> - 4.14.1-1
+- Build for el8
+
* Thu Sep 12 2019 Kevin Fenzi <kevin@scrye.com> - 4.14.1-2
- Fix the default background. Upstream changed default, we need to adjust our change.
bgstack15