Skip to content

Commit 77884e3

Browse files
authored
Merge pull request #126 from rhubert/xproto-dev
make xorgproto a dev package
2 parents 4d0099d + 8d69137 commit 77884e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+34
-100
lines changed

recipes/devel/makedepend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metaEnvironment:
44
PKG_VERSION: "1.0.5"
55

66
depends:
7-
- graphics::xorg::proto::xorgproto
7+
- graphics::xorg::proto::xorgproto-dev
88

99
checkoutSCM:
1010
scm: url
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
inherit: [autotools]
1+
inherit: [meson]
22

33
metaEnvironment:
44
PKG_VERSION: "2024.1"
@@ -10,7 +10,9 @@ checkoutSCM:
1010
stripComponents: 1
1111

1212
buildScript: |
13-
autotoolsBuild $1
13+
mesonBuild $1
1414
15-
packageScript: |
16-
autotoolsPackageDev
15+
multiPackage:
16+
dev:
17+
packageScript: |
18+
mesonPackageDev

recipes/graphics/xorg/setxkbmap.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ metaEnvironment:
66
PKG_LICENSE_FILE: "COPYING"
77

88
depends:
9-
- graphics::xorg::proto::xorgproto
10-
119
- libs::xorg::libX11-dev
1210
- libs::xorg::libXrandr-dev
1311
- libs::xorg::libxkbfile-dev

recipes/graphics/xorg/utils/util-macros.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ checkoutSCM:
1313
buildScript: |
1414
autotoolsBuild $1
1515
16-
packageScript: |
17-
autotoolsPackageDev $1 "usr/share/***"
16+
multiPackage:
17+
dev:
18+
packageScript: |
19+
autotoolsPackageDev $1 "usr/share/***"

recipes/graphics/xorg/xauth.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ metaEnvironment:
66
PKG_DESCRIPTION: "X.Org authorization settings program"
77

88
depends:
9-
- graphics::xorg::proto::xorgproto
10-
119
- libs::xorg::xtrans-dev
1210
- libs::xorg::libX11-dev
1311
- libs::xorg::libXext-dev

recipes/graphics/xorg/xf86-input-evdev.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ metaEnvironment:
77
PKG_LICENSE_FILE: "COPYING"
88

99
depends:
10-
- graphics::xorg::proto::xorgproto
11-
1210
- graphics::xorg::xserver-dev
1311
- libs::mtdev-dev
1412
- libs::libevdev-dev

recipes/graphics/xorg/xf86-video-fbdev.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ metaEnvironment:
77

88
depends:
99
- graphics::xorg::xserver-dev
10-
- graphics::xorg::proto::xorgproto
11-
- graphics::xorg::utils::util-macros
1210

1311
checkoutSCM:
1412
scm: url

recipes/graphics/xorg/xinit.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ metaEnvironment:
66
PKG_LICENSE: "MIT-open-group, X11-distribute-modifications-variant"
77

88
depends:
9-
- graphics::xorg::proto::xorgproto
10-
119
- libs::xorg::libX11-dev
1210
- use: []
1311
depends:

recipes/graphics/xorg/xkbcomp.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metaEnvironment:
66
PKG_LICENSE_FILE: "COPYING"
77

88
depends:
9-
- graphics::xorg::proto::xorgproto
109
- libs::xorg::libX11-dev
1110
- libs::xorg::libxkbfile-dev
1211
- use: []

recipes/graphics/xorg/xrdb.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ metaEnvironment:
77
LICENCE_FILE: "COPYING"
88

99
depends:
10-
- graphics::xorg::proto::xorgproto
11-
1210
- core::util-linux-dev
1311
- libs::xcb::libxcb-dev
1412
- libs::xorg::libICE-dev

0 commit comments

Comments
 (0)