Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Michael Pirogov
aports
Commits
c1aa0e28
Commit
c1aa0e28
authored
5 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
community/xfwm4: upgrade to 4.13.2
parent
d0e94669
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/xfwm4/APKBUILD
+3
-5
3 additions, 5 deletions
community/xfwm4/APKBUILD
community/xfwm4/fix-mask-length.patch
+0
-12
0 additions, 12 deletions
community/xfwm4/fix-mask-length.patch
with
3 additions
and
17 deletions
community/xfwm4/APKBUILD
+
3
−
5
View file @
c1aa0e28
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xfwm4
pkgname
=
xfwm4
pkgver
=
4.13.
1
pkgver
=
4.13.
2
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
pkgdesc
=
"Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
url
=
"https://xfce.org/"
url
=
"https://xfce.org/"
arch
=
"all"
arch
=
"all"
...
@@ -14,7 +14,6 @@ makedepends="libxfce4ui-dev libwnck3-dev libxrandr-dev libxcomposite-dev
...
@@ -14,7 +14,6 @@ makedepends="libxfce4ui-dev libwnck3-dev libxrandr-dev libxcomposite-dev
libxpresent-dev"
libxpresent-dev"
install
=
install
=
source
=
"https://archive.xfce.org/src/xfce/xfwm4/
${
pkgver
%.*
}
/xfwm4-
$pkgver
.tar.bz2
source
=
"https://archive.xfce.org/src/xfce/xfwm4/
${
pkgver
%.*
}
/xfwm4-
$pkgver
.tar.bz2
fix-mask-length.patch
"
"
build
()
{
build
()
{
...
@@ -43,5 +42,4 @@ package() {
...
@@ -43,5 +42,4 @@ package() {
cd
"
$builddir
"
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
}
}
sha512sums
=
"2ac5acdefff3a89b8525719b345dfeb2dc71104b4da341afe99d7c57c049753c4cdb81a512d1f344e5fb463c7143673e83316b63888777bdcf254c4a07ca8320 xfwm4-4.13.1.tar.bz2
sha512sums
=
"85440a377cd7034e986b317e35c25ac6d4723bd4c1ce1e6951d8545a44f3c47340952fd0211f55cf19411539be6d86f4c34fca7b2219b0873654a6d311c95055 xfwm4-4.13.2.tar.bz2"
88733a4d69b58b0c98f2f46694ccc8bda4e5bc1b565d952123cee466b3f89f95d72fc28c8e9c173dcc0aee606c9f4b085d891004d769b74ad0c7084d8dec00a9 fix-mask-length.patch"
This diff is collapsed.
Click to expand it.
community/xfwm4/fix-mask-length.patch
deleted
100644 → 0
+
0
−
12
View file @
d0e94669
diff -ru xfwm4-4.13.1.orig/src/device.c xfwm4-4.13.1/src/device.c
--- xfwm4-4.13.1.orig/src/device.c 2018-07-29 16:08:54.000000000 +0300
+++ xfwm4-4.13.1/src/device.c 2018-09-12 08:49:18.130254993 +0300
@@ -301,7 +301,7 @@
guint i;
xievent_mask->deviceid = XIAllMasterDevices;
- xievent_mask->mask_len = sizeof (mask);
+ xievent_mask->mask_len = len;
xievent_mask->mask = mask;
for (i = 0; i < G_N_ELEMENTS (core_to_xi2); i++)
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