Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
understanding patches
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Dec 27, 2019 8:16 am    Post subject: Reply with quote

hedmo wrote:
this is how i patch to day :

Code:


hedmo@mya51 ~ $ git clone https://github.com/ValveSoftware/wine.git
...

That's what portage's ebuild foobar.ebuild unpack does for you. So why do it manually??
Back to top
View user's profile Send private message
hedmo
Veteran
Veteran


Joined: 29 Aug 2009
Posts: 1305
Location: sweden

PostPosted: Fri Dec 27, 2019 9:04 am    Post subject: Reply with quote

charles17 wrote:

That's what portage's ebuild foobar.ebuild unpack does for you. So why do it manually??


i am always working in my user account and everything outside is owned by root so if i like to use the filemanager (dolphin) i cant do as much
as i want not even create a folder.

regards
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Dec 27, 2019 9:54 am    Post subject: Reply with quote

hedmo wrote:
charles17 wrote:

That's what portage's ebuild foobar.ebuild unpack does for you. So why do it manually??


i am always working in my user account and everything outside is owned by root

Code:
su -c "eselect repository add proton git https://github.com/pchome/proton-gentoo-overlay"

Code:
su -c "emaint sync -r proton"

Code:
su -c "ebuild /var/db/repos/proton/app-emulation/dxvk-module/dxvk-module-9999.ebuild clean unpack"


Here replace larry with your user:
Code:
su -c "chown -R larry:larry  /var/tmp/portage/app-emulation/dxvk-module-9999/"


Now with your own user:
Code:
cd /var/tmp/portage/app-emulation/dxvk-module-9999/work/dxvk-module-9999

Code:
tree -L 2
.
├── build-win32.txt
├── build-win64.txt
├── build-wine32.txt
├── build-wine64.txt
├── dxvk.conf
├── include
│   ├── openvr
│   ├── spirv
│   └── vulkan
├── lib
│   ├── d3dcompiler_43.lib
│   ├── libd3dcompiler_43.def
│   └── vulkan-1.lib
├── lib32
│   ├── d3dcompiler_43.lib
│   ├── libd3dcompiler_43.def
│   └── vulkan-1.lib
├── LICENSE
├── meson.build
├── meson_options.txt
├── package-release.sh
├── README.md
├── RELEASE
├── setup_dxvk.sh
├── src
│   ├── d3d10
│   ├── d3d11
│   ├── d3d9
│   ├── dxbc
│   ├── dxgi
│   ├── dxso
│   ├── dxvk
│   ├── spirv
│   ├── util
│   └── vulkan
├── tests
│   ├── d3d11
│   ├── d3d9
│   ├── dxbc
│   ├── dxgi
│   ├── meson.build
│   └── test_utils.h
└── version.h.in

Here apply all changes you need, to as many files as you need. Then run git diff
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum