Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfwm4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
xfwm4
Commits
b2b19cfb
Commit
b2b19cfb
authored
13 years ago
by
Olivier Fourdan
Browse files
Options
Downloads
Patches
Plain Diff
Remove spec file
parent
8d01d0ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+1
-3
1 addition, 3 deletions
Makefile.am
configure.ac.in
+0
-1
0 additions, 1 deletion
configure.ac.in
xfwm4.spec.in
+0
-44
0 additions, 44 deletions
xfwm4.spec.in
with
1 addition
and
48 deletions
Makefile.am
+
1
−
3
View file @
b2b19cfb
...
...
@@ -5,14 +5,12 @@ EXTRA_DIST = \
intltool-extract.in
\
intltool-merge.in
\
intltool-update.in
\
xfwm4.spec
\
COMPOSITOR
DISTCLEANFILES
=
\
intltool-extract
\
intltool-merge
\
intltool-update
\
xfwm4.spec
intltool-update
SUBDIRS
=
\
defaults
\
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
0
−
1
View file @
b2b19cfb
...
...
@@ -273,7 +273,6 @@ themes/daloa/Makefile
themes/default/Makefile
themes/kokodi/Makefile
themes/moheli/Makefile
xfwm4.spec
])
echo
...
...
This diff is collapsed.
Click to expand it.
xfwm4.spec.in
deleted
100644 → 0
+
0
−
44
View file @
8d01d0ba
Summary: Next generation window manager for xfce
Name: xfwm4
Version: @VERSION@
Release: 1
License: GPL
URL: http://www.xfce.org/
Source0: %{name}-%{version}.tar.gz
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-root
Requires: libxfce4mcs >= @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@
Requires: libxfcegui4 >= @LIBXFCEGUI4_REQUIRED_VERSION@
Requires: xfce-mcs-manager >= @XFCE_MCS_MANAGER_REQUIRED_VERSION@
BuildRequires: libxfce4mcs-devel >= @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@
BuildRequires: libxfcegui4-devel >= @LIBXFCEGUI4_REQUIRED_VERSION@
BuildRequires: xfce-mcs-manager-devel >= @XFCE_MCS_MANAGER_REQUIRED_VERSION@
%description
xfwm4 is a window manager compatable with GNOME, GNOME2, KDE2, KDE3 and Xfce.
%prep
%setup -q
%build
%configure @ENABLE_COMPOSITOR@ @ENABLE_KDE_SYSTRAY@
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc example.gtkrc-2.0 README INSTALL TODO COPYING AUTHORS COMPOSITOR
%{_bindir}
%{_libdir}/xfce4
%{_datadir}/applications
%{_datadir}/icons
%{_datadir}/locale
%{_datadir}/xfce4
%{_datadir}/xfwm4
%{_datadir}/themes
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment